[1.11.2] Random Ticking Entity Crash
Silvrus opened this issue ยท 3 comments
Not sure what is causing this, but I'm getting a CTD with this error: https://pastebin.com/tvgm10Dv
Using Deadly Monsters and ESM, not sure if they're conflicting somehow. This is in a new world, don't even have a base setup yet.
Forge 13.20.0.2296
Woot 1.11.2-0.2.0
I changed over to identifying entities a bit differently in the latest release, in order to use the new internal naming that MC uses. I think there is something different with one of those mods and I'm not handling the failed lookups. I'll put some protection in to make this safer and see what is different with those two mods.
Although I can protect against this crash, which I will, it looks like Deadly Monsters is not registering its entities correctly in 1.11.2, which causes a null to be returned on lookup.
bigbang87/deadly-monsters#4
That bug links to the AbyssalCraft bug where the registration problem in Deadly Monsters was mentioned.