ticking the skirmisher crashes the server
BomberDavi opened this issue ยท 3 comments
The server also crashed with a vindicator, theres a raid going on. Could there be any mod conflicts causing this? Do I have the wrong version installed? Thanks!
The issue is that one of the other mods is modifying DoorInteractGoal.isOpen
with an uncancellable mixin. That would make their mod and mine incompatible. They also did not preface their mixin method with their modid, so I can't pick out which mod.
The only reason it crashed on my mod/entity was because the Skirmisher opened a door, a behavior which was implemented identically to other mobs with the same behavior.
Therefore, I will not be making any fix. If you can find out which mod in your pack modifies door-opening behavior, please let me know or the mod creator, so that we can inform him of better mixin practices.
Since you have the mod pack installed, you can follow these instructions when running your game, then give me the .mixins.out
file + the crash log