MixinLoader
MixinLoader copied to clipboard
Add a mixin environment to ModLauncher (1.17)
MixinLoader
Add a mixin environment to ModLauncher using tricky hacks.
How to use
- Download latest version in release page.
- Drop it into
modsfolder. - Launch Minecraft.
Note
There is a problem in Forge's eventbus library prevents Mixin working properly, which is detailed in this issue.
This affects Forge under Minecraft 1.15(so far).
If you encountered errors like org.spongepowered.asm.mixin.transformer.throwables.ReEntrantTransformerError: Re-entrance error.:
- Download new eventbus library at https://files.minecraftforge.net/maven/net/minecraftforge/eventbus/2.0.0-milestone.1/eventbus-2.0.0-milestone.1-service.jar
- Replace
.minecraft/libraries/net/minecraftforge/eventbus/<version>/eventbus-<version>.jarwith the updated jar.
License
This project is licensed under the MIT License, which can be found at here.