Skip to content
New issue

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

[Bug] TileEntityReceptacle NPE #875

Open
1 task done
jbredwards opened this issue Jul 13, 2024 · 0 comments
Open
1 task done

[Bug] TileEntityReceptacle NPE #875

jbredwards opened this issue Jul 13, 2024 · 0 comments
Labels
bug Anything that isn't working how it's supposed to Needs Triage

Comments

@jbredwards
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Observed behaviour

TileEntityReceptacle can cause an NPE by passing blockType into world::notifyNeighborsRespectDebug here.

Expected behaviour

This be fixed by changing blockType to getBlockType()

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

@jbredwards jbredwards added bug Anything that isn't working how it's supposed to Needs Triage labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Anything that isn't working how it's supposed to Needs Triage
Projects
None yet
Development

No branches or pull requests

1 participant