Crash after adding creature to the immunity list
belathus opened this issue ยท 2 comments
Minecraft version: 1.12.2
Wizardry version: 4.1.4
Environment: Server
Issue details: I added creatures to the elemental immunity list. When the server started, it crashed. Admittedly, I thought this problem had been fixed after #31 and #49. I'm pretty sure the entity IDs are correct (I copied them from the output of /ct entities
command).
Here is the commit that caused the crash: belathus/Wanderlust-Renewed@17729e6#diff-1ee1f4a52c71b39c94f28e257ae87dd5
Other mods involved: Twilight Forest, Mowzie's Mobs
Link to crash report: https://gist.github.com/belathus/4c5a623b1a02894dd419185d96c0df31
That's because the fix for #49 was committed after 4.1.4 was released: 4.1.4...1.12.2
Pro tip: if you look at a commit (97a23d0 in this case) it shows which branches and releases it's in just below the commit name and description.
A quick look at that crash report confirms that the crash occurred during a call to Arrays.asList, which was removed in that commit.