Closed PaintNinja closed 4 years ago
Thats right, mixin doesn't work within runtime. At least you need the Mixin Bootstrap mod
You don't need Mixin Bootstrap as of a while now, it's been available in Forge since 1.16.1-32.0.72+ according to the mod's own description.
I tried downloading the Mixin Bootstrap mod and putting it in the run\mods folder anyway and the same crash happens.
its a mixin problem, ask on the forge discord in the channel 'non-api-modding' channel
Can you confirm whether or not you can execute gradlew runClient
successfully on your end with a clone of the Forge branch of this repo?
its not possible to run mixins from a workspace.
Alright, built a jar and tested it on a production env and it works. Building it with gradlew jar
didn't work however building it with gradlew reobfJar
did.
Error:
java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.util.registry.Registry
Steps to reproduce:
gradlew runClient
Crash report: https://pastebin.com/raw/7fvsLtJN