Shadows-of-Fire / EnderTweaker

Crafttweaker support for EnderIO
MIT License
4 stars 7 forks source link

Fix crash on servers #3

Closed pupnewfster closed 5 years ago

pupnewfster commented 5 years ago

Moved util methods to their own class, so that servers don't crash reading the method signatures if Ender Tweaker loads before Ender IO. Nothing in Ender IO is used until later, so we previously had moved that to just being a required dependency so that we can force it before JEI. The client is fine with it how it is now, but apparently it causes a crash on servers. This fixes that.