Bulb moss
This commit is contained in:
parent
2bf4e01e9c
commit
3647125bad
15 changed files with 286 additions and 5 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue