Slime fixes

This commit is contained in:
paulevsGitch 2020-10-05 23:17:51 +03:00
parent cd0d5582a8
commit 3bc28083f0
8 changed files with 142 additions and 6 deletions

View file

@ -11,7 +11,7 @@ import net.minecraft.util.math.BlockPos;
import net.minecraft.world.StructureWorldAccess;
public abstract class BlockPlantWithAge extends BlockPlant {
public static final IntProperty AGE = IntProperty.of("age", 0, 4);
public static final IntProperty AGE = IntProperty.of("age", 0, 3);
@Override
protected void appendProperties(StateManager.Builder<Block, BlockState> stateManager) {