Closed dmf444 closed 7 years ago
Which Forge version did you compile with? There has been a fix to what seems to be going on here. It came in version 1930, and is merged into version 1937.
Here is the the mentioned fix, taken from the changelog. http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.9.4-12.17.0.1937/forge-1.9.4-12.17.0.1937-changelog.txt
Fixed FluidUtil.tryEmptyFluidContainerItem not checking if the tank can accept fluids first. Closes #2527
Might this be the culprit?
I doubt it. The error is due to some casting that I have incorrectly done
It's because of how we implemented the salty water stuff, so its trying to find our liquids inside minecraft's water block
Taken from Curse.