Fluids (update 6 of 20)
This commit is contained in:
parent
995e7a75ed
commit
56af6420af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue