Minecraft MixinBooter mod 2026 download
logo
minecraft mod MixinBooter

MixinBooter

Game Version: 1.12.2
Total Downloads: 112,065
Updated: Feb 4, 2022
Created: Nov 11, 2020
Download MixinBooterDownload Earlier Versions

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 .mixinbooter-4.0.jar releaseDownload
.mixinbooter-3.2.jar +1 More release 1.07 MB Jan 20, 2022 1.12.2 6,636 download MixinBooter .mixinbooter-3.2.jar

+1 More releaseDownload
.mixinbooter-3.1.jar release 1.14 MB Jan 20, 2022 1.12.2 225 download MixinBooter .mixinbooter-3.1.jar releaseDownload
mixinbooter-3.0.jar release 157.20 KB Dec 21, 2021 1.12.2 15,937 download MixinBooter mixinbooter-3.0.jar releaseDownload
mixinbooter-2.0.jar release 869.28 KB May 23, 2021 1.12.2 83,391 download MixinBooter mixinbooter-2.0.jar releaseDownload
mixinbooter-1.1.jar release 869.14 KB May 12, 2021 1.12.2 2,990 download MixinBooter mixinbooter-1.1.jar releaseDownload
mixinbooter-1.0.jar release 870.24 KB Nov 12, 2020 1.12.2 2,626 download MixinBooter mixinbooter-1.0.jar releaseDownload

Description

Share this:

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. 1. Copy over zone.rong.mixinbooter.MixinLoader.java (annotation class) to your own workspace OR compile MixinBooter as a lib.
  2. 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. 3. ???
  4. 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.

Comments

Add a comment