Wizard mob ticking entity crash
Ghostrider231 opened this issue · 3 comments
Minecraft version: 1.12.2
Wizardry version: 4.3
Environment: All
Issue details: When trying out the new update, and with every new update I always do the wizard mob horde test (wizards vs evil wizards)
How I did it:
- Be in creative mode
- Have both the wizard and evil wizard eggs (Easier and faster then finding wizards)
- Spawn both as many as possible (make sure they can see each other)
- Watch them fight
From the crash logs, it seems to be mentioning spellray related spells.
UPDATE: Just did it with a newly generated config, and it still happens.
Other mods involved: N/A
Link to crash report (if applicable): https://pastebin.com/JMPUqtmC
I also had another crash where it mentions about the freeze spell itself: https://pastebin.com/r8B69U6v
I've just seen the problem, and it's really stupid 🤦♀️
Wizardry/src/main/java/electroblob/wizardry/util/BlockUtils.java
Lines 413 to 427 in 378e19a
I'm checking if the block above the targeted block is replaceable, but I'm checking it on the targeted block type, which is obviously not the same block as the position I'm checking. Easy fix, will be in the next patch.
Okay, I think those two reports are different crashes but one may be a result of the other. I'll see what I can do.
Just wanted to update. So apparently with the crash regarding the freeze spell itself, I managed to get one with a BOP plant instead of an air block: https://pastebin.com/A4c0NJ35
Comparing this crash to the air one, I seem to be getting the same crash index? (Instead of Blocksnow, I get BlockBOPPlant)