Bulb vine (WIP)
This commit is contained in:
parent
e59af33124
commit
61538c18d3
15 changed files with 220 additions and 5 deletions
|
@ -164,6 +164,7 @@ public class EndBlocks {
|
|||
// Vines //
|
||||
public static final Block DENSE_VINE = registerBlock("dense_vine", new BlockVine(15, true));
|
||||
public static final Block TWISTED_VINE = registerBlock("twisted_vine", new BlockVine());
|
||||
public static final Block BULB_VINE = registerBlock("bulb_vine", new BlockVine(15, true));
|
||||
|
||||
// Ores //
|
||||
public static final Block ENDER_ORE = registerBlock("ender_ore", new BlockOre(EndItems.ENDER_DUST, 1, 3, 5));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue