MixinBootstrap

MixinBootstrap

15M Downloads

Question about supported forge versions [1.12.2]

BunnyCinnamon opened this issue ยท 3 comments

commented

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:

  • Do I need a specific setup to load MixinBootstrap with forge 1.12.2?

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 :>

commented

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

commented

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

commented

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