Source code for Electroblob's Wizardry, a Minecraft mod about magic, exploration and adventure. Open-source so other aspiring wizards (a.k.a. programmers 😎) can see the real magic! ✨ Just want to download and play? Head over to the CurseForge page via the link below:
Is there an existing issue for this?
Observed behaviour
TileEntityReceptacle
can cause an NPE by passingblockType
intoworld::notifyNeighborsRespectDebug
here.Expected behaviour
This be fixed by changing
blockType
togetBlockType()
Steps to reproduce
See https://github.com/jbredwards/Fluidlogged-API/issues/196
Crashlog
No response
Environment (Singleplayer/Server, etc.)
Issue present on both sides
Mod version
4.3.12
Minecraft version
1.12.2
Forge version
14.23.5.2847
Other mods
Fluidlogged API v2.2.7