Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| .mixinbooter-4.0.jar release | 1.07 MB | Feb 4, 2022 | 1.12.2 | 0 | Download |
| .mixinbooter-3.2.jar +1 More release | 1.07 MB | Jan 20, 2022 | 1.12.2 | 6,636 | Download |
| .mixinbooter-3.1.jar release | 1.14 MB | Jan 20, 2022 | 1.12.2 | 225 | Download |
| mixinbooter-3.0.jar release | 157.20 KB | Dec 21, 2021 | 1.12.2 | 15,937 | Download |
| mixinbooter-2.0.jar release | 869.28 KB | May 23, 2021 | 1.12.2 | 83,391 | Download |
| mixinbooter-1.1.jar release | 869.14 KB | May 12, 2021 | 1.12.2 | 2,990 | Download |
| mixinbooter-1.0.jar release | 870.24 KB | Nov 12, 2020 | 1.12.2 | 2,626 | Download |
Description
A library mod that helps out modders that want to mixin into mods but couldn't as they weren't inherently coremods.
This mod ultimately fixes that by preparing and booting mixin jsons very early, and make sure it is an easy process for modders that use this.
This below should not be needed when using MixinBooter 1.1
NOTE: For those that have Railcraft and Thaumcraft installed, please go through the following steps:
1. Install Bansoukou 2.0
2. Download this and extract into your .minecraft folder: https://anonfiles.com/1fG7n7Bdpd/bansoukou_zip
This had to be done as Railcraft uses a deprecated API and MixinBooter essentially loads all the jars early, Railcraft comes first and the old API gets loaded first into the classpath. The aforementioned uploaded .zip is a patch that patches the Railcraft jar.
MODDER INFO:
To use the mod in your dev environment:
- 1. Copy over zone.rong.mixinbooter.MixinLoader.java (annotation class) to your own workspace OR compile MixinBooter as a lib.
- 2. Annotate a class with zone.rong.mixinbooter.MixinLoader annotation. Anything in the constructor of this class will be instantiated at the appropriate time.
- 3. ???
- 4. Mixin Profit.
Note 1: Still load any of your vanilla, forge mixins within your IFMLLoadingPlugin implementation, you can of course throw these into your MixinLoader annotated class, but they may not be transformed accordingly depending on which vanilla/forge classes you mixin.
Note 2: No need to call MixinBootstrap.init() for your modded mixins. At all.
Get 0.05 TON 💎
Download![IAP [Powah]](https://files.minecraftpatch.com/addons_new/iap-powah-383265/screenshots/iap-powah-scr-1-mini.png)





Add a comment