[1.12] NullPointerException in FluidPumpTile.work
remyroy opened this issue ยท 2 comments
Industrial Foregoing Version:
1.12.2-1.12.13-237
TeslaCoreLib Version:
1.12.2-1.0.17
Crashlog If Applicable (Upload to pastebin/gist):
https://gist.github.com/remyroy/d0eab4164dc7b019343540c6de081dd0
More details
I've been playing FTB Interactions for a few days now. I've recently added a Fluid Pump above an oil well. It was working for a while but it seems like it made my world crash just now.
I can provide more details like a world dump or anything else needed. Just let me know.
It feels like FluidUtil.getFluidHandler returned a null value as the handler. Maybe that case could be checked and we could return 0 immediatly if the handler is null.