Swampier Swamps (Forge)

Swampier Swamps (Forge)

97.2k Downloads

Server Crash

tikiMC opened this issue ยท 5 comments

commented

I'm hoping you can tell what's wrong from the crash report.

https://pastebin.com/R3v0MQD3

commented

Hm looks like one of the Mixins failed, may be a Mod compatibility issue, it would help if you could narrow it down a bit!

commented

So GiantLuigi pointed out to me that this is due a compatibility issue with [Smarter Farmers] Basically they use @overwrite on methods I inject code into, as a result my injection cant happen. Think of it like this, when you overwrite something it basically gets replaced, and thus no other Mods can modify it.

I will look into it, maybe I can find some work around. I mean the most obvious solution would be to just not do my mixin if their Mod is loaded, although I have to say I am not really happy with that.

commented

Ok, so I looked into it and their Mod may use Overwrite but it looks very well made, so I should be able to just not load my mixin, and achieve the same result using their system.

commented

Thanks for the quick look at it, much appreciated. Your mod looks really cool! Looking forward to playing around with it once the issue is fixed! :D

commented

Version 1.19-1.1.0 is now available on curse, and this issue has been resolved.