jss2a98aj / BugTorch

Bug-fixes for Minecraft 1.7.10
MIT License
34 stars 18 forks source link

Conflict between BugTorch and WitchingGadgets #3

Closed Khikki closed 1 year ago

Khikki commented 3 years ago

Hi, I noticed a conflict between BugTorch and Witching Gadgets, can you advise how to fix it? latest.log or https://pastebin.com/LfiqYajS

https://www.curseforge.com/minecraft/mc-mods/witching-gadgets

jss2a98aj commented 3 years ago

Disabling the mixin in the bugtorch config that touches the block class should be fine for the moment. I have a better way to achieve the same end result that will be used in the next major update.

Khikki commented 2 years ago

Hello-Hello! I noticed that you have become more active in updating the BugTorch, but the problem has not been resolved, there is also an error, but of a different kind. https://pastebin.com/nFvGAMuU

jss2a98aj commented 2 years ago

Caused by: java.lang.NoClassDefFoundError: ru/timeconqueror/spongemixins/MinecraftURLClassPath I think you need to update SpongeMixins. That class was added to it in version 1.3.0.

Khikki commented 2 years ago

Happy New Year, I apologize for not answering earlier, that's how I updated SpongeMixins 1.4.0, but the issue is still present. https://pastebin.com/8tZPwdqe

Khikki commented 2 years ago

more problems with other mods: https://pastebin.com/ZPFaKYVK

makamys commented 2 years ago

I managed to reproduce your original issue, and adding Mixingasm seems to have fixed it. It may fix the new one as well, can you try it?

Roadhog360 commented 2 years ago

@Khikki Is this still an issue even after the above mod is added?

jss2a98aj commented 1 year ago

As Mixingasm appears to be the solution and there have been no further replies, I am now closing this issue.