Fluids (update 6 of 20)

This commit is contained in:
SD 2021-02-11 22:21:58 +05:30
parent 995e7a75ed
commit 56af6420af
No known key found for this signature in database
GPG key ID: E36B57EE08544BC5

View file

@ -62,7 +62,7 @@ public abstract class EternalFluid extends FlowableFluid {
@Override
public BlockState toBlockState(FluidState fluidState) {
return ModBlocks.ETERNAL_FLUID.getDefaultState().with(FluidBlock.LEVEL, method_15741(fluidState));
return ModBlocks.ETERNAL_FLUID.getDefaultState().with(FluidBlock.LEVEL, getBlockStateLevel(fluidState));
}
@Override