Hi guys
I had this crash for a while now, but it occurs very randomly, but most of the times when I join the world. So here is the crash report:
https://gist.github.com/patrick96/9003344
The log suggests that the FluidRegistry.fluidIDs is null, which is impossible because the variable gets set right at the beginning.
Here's the code for my TileEntityFluidPump:
https://bitbucket.org/patrick96/high-pressure-tanks/src/e17b49eefb4b4f342770dead3c54c292c9bbf04b/src/main/java/patrick96/hptanks/tile/TileEntityFluidPump.java?at=feature/GUITabs
I have no idea why it crashes, maybe I'm missing something very obvious, if so please tell me.
Any help is appreciated, thanks in advance.
Patrick