LXGaming / MixinBootstrap

MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment.
Apache License 2.0
54 stars 4 forks source link

Question about supported forge versions [1.12.2] #21

Closed BunnyCinnamon closed 4 years ago

BunnyCinnamon commented 4 years ago

Hello, I'm so sorry for creating an issue for this, but I don't know anyone that can help, I really tried to figure out on my own what my error is but I just don't know what to do, and so here is the question:

I could not find any 1.12.2 examples so I followed what 1.15.2 projects have, I attempted using the same gradle script as this other project: FruitTrees, but the MixinConnector doesn't load. I am very new to mixins so please forgive me if I'm not following the obvious steps. This is my git repo: BetterHurtTimer Thank you :>

LXGaming commented 4 years ago

Add "TweakClass": "org.spongepowered.asm.launch.MixinTweaker" to the manifest attributes in your build.gradle, This should fix it so your MixinConnector gets loaded.

BunnyCinnamon commented 4 years ago

Oh my god that worked! Thank you so much :0

LXGaming commented 4 years ago

No problem, If you have any additional questions you can comment on this issue.