He was said : Fluids should never be null. No fluid means Fluids.EMPTY
the block is advgenerators:fluid_input
java.lang.NullPointerException: Cannot invoke "net.minecraftforge.fluids.FluidStack.getFluid()" because "fluidInTank" is null
at de.maxhenkel.pipez.blocks.tileentity.types.FluidPipeType.insertEqually(FluidPipeType.java:101)
... many more
When I mistakenly tried to drain a Fluid Intake Valve with a Fluid pipe, the server crashed.
This is the Issues when I reported to the author of the Pipez Mod... https://github.com/henkelmax/pipez/issues/103
He was said : Fluids should never be null. No fluid means Fluids.EMPTY the block is advgenerators:fluid_input
java.lang.NullPointerException: Cannot invoke "net.minecraftforge.fluids.FluidStack.getFluid()" because "fluidInTank" is null at de.maxhenkel.pipez.blocks.tileentity.types.FluidPipeType.insertEqually(FluidPipeType.java:101) ... many more