Crash when WitherCrumbs is used alongside WOOT mod
Gunner76th opened this issue ยท 5 comments
crash-2017-02-21_23.53.46-server.txt
Cross posting this to Turkey2349/WitherCrumbs as well since the crash is related to both mods. I have removed WitherCrumbs to resolve the issue at present.
I'll load up Wither crumbs in Dev environment and see if so can track down the cause of the crash.
Finally caused the crash.
I thought the standard withers were hijacked but I had to cause it by creating an actual player based Wither.
So basically the crash is happening in the WitherCrumbs code in the EntityHumanWither.dropFewItems code. I don't understand why. Something is null in that code, possibly due to me using a FakePlayer, but I honestly dont know.
However looking at the way the mod works, I don't think that you would be able to farm the items from those WitherCrumbs Withers.
What you can do in the meantime is stop those entities from being used by the factory by using the blacklist.
In the Woot.cfg - globalPrismBlacklist add Woot:none:withercrumbs.Wither_Crumb
That should allow you to use WitherCrumbs but not allow Woot to spawn them, until Turkey2349 can tell me exactly what is causing the crash in his code and I can try and update Woot to satisfy that or internally blacklist the mod stop any future issues.