Server Crash
tikiMC opened this issue ยท 5 comments
I'm hoping you can tell what's wrong from the crash report.
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!
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.
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.
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