Bulb moss

This commit is contained in:
paulevsGitch 2020-12-12 13:50:40 +03:00
parent 2bf4e01e9c
commit 3647125bad
15 changed files with 286 additions and 5 deletions

View file

@ -220,6 +220,7 @@ public class EndBlocks {
public static final Block CYAN_MOSS = registerBlock("cyan_moss", new BlockWallPlant());
public static final Block TWISTED_MOSS = registerBlock("twisted_moss", new BlockWallPlant());
public static final Block TUBE_WORM = registerBlock("tube_worm", new BlockUnderwaterWallPlant());
public static final Block BULB_MOSS = registerBlock("bulb_moss", new BlockWallPlant(12));
// Crops //
public static final Block SHADOW_BERRY = registerBlock("shadow_berry", new BlockShadowBerry());