Jungle fern
This commit is contained in:
parent
71a3e88b62
commit
1aeeb158fd
11 changed files with 162 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue