Jungle vine
This commit is contained in:
parent
1116daeb1f
commit
71a3e88b62
16 changed files with 61 additions and 5 deletions
|
@ -254,6 +254,7 @@ public class EndBlocks {
|
|||
public static final Block TWISTED_VINE = registerBlock("twisted_vine", new BlockVine());
|
||||
public static final Block BULB_VINE_SEED = registerBlock("bulb_vine_seed", new BlockBulbVineSeed());
|
||||
public static final Block BULB_VINE = registerBlock("bulb_vine", new BlockBulbVine());
|
||||
public static final Block JUNGLE_VINE = registerBlock("jungle_vine", new BlockVine());
|
||||
|
||||
// Mob-Related
|
||||
public static final Block SILK_MOTH_NEST = registerBlock("silk_moth_nest", new BlockSilkMothNest());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue