More plants

This commit is contained in:
paulevsGitch 2020-11-03 19:55:54 +03:00
parent 0f36f048ea
commit 591d015f90
14 changed files with 132 additions and 4 deletions

View file

@ -133,6 +133,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());
// Ores //
public static final Block ENDER_ORE = registerBlock("ender_ore", new BlockOre(EndItems.ENDER_DUST, 1, 3));