Mixin is available in Forge 1.15.2-31.2.44+ & 1.16.1-32.0.72+ (MixinBootstrap is no longer required).
MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment.
Simply drop the MixinBootstrap-<VERSION>.jar
into the MinecraftForge mods folder
Add the org.spongepowered:mixin:0.8.5
dependency to your build.gradle
, If you want to depend on MixinBootstrap then simply don't compile Mixin into your mod.
Version | Support | Reason |
---|---|---|
1.12.2 | ✔️ | - |
1.13.x | ❌ | Not supported due to ModLauncher version |
1.14.x | Only Forge 28.1.45 or later | |
1.15.x | ✔️ | - |
1.16.x | ✔️ | - |
1.17.x | ✔️ | - |
✔️ - Full Support |
MixinBootstrap is licensed under the Apache 2.0 license.