We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TileEntityReceptacle can cause an NPE by passing blockType into world::notifyNeighborsRespectDebug here.
TileEntityReceptacle
blockType
world::notifyNeighborsRespectDebug
This be fixed by changing blockType to getBlockType()
getBlockType()
See jbredwards/Fluidlogged-API#196
No response
Issue present on both sides
4.3.12
1.12.2
14.23.5.2847
Fluidlogged API v2.2.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 jbredwards/Fluidlogged-API#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
The text was updated successfully, but these errors were encountered: