Jungle fern

This commit is contained in:
paulevsGitch 2020-12-25 18:52:50 +03:00
parent 71a3e88b62
commit 1aeeb158fd
11 changed files with 162 additions and 2 deletions

View file

@ -245,6 +245,7 @@ public class EndBlocks {
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));
public static final Block JUNGLE_FERN = registerBlock("jungle_fern", new BlockWallPlant());
// Crops //
public static final Block SHADOW_BERRY = registerBlock("shadow_berry", new BlockShadowBerry());