Tenanea flowers
This commit is contained in:
parent
91e25ce2eb
commit
55bf037041
14 changed files with 63 additions and 2 deletions
|
@ -122,6 +122,7 @@ public class EndBlocks {
|
|||
|
||||
public static final Block TENANEA_SAPLING = registerBlock("tenanea_sapling", new BlockTenaneaSapling());
|
||||
public static final Block TENANEA_LEAVES = registerBlock("tenanea_leaves", new BlockLeaves(TENANEA_SAPLING, MaterialColor.PINK));
|
||||
public static final Block TENANEA_FLOWERS = registerBlock("tenanea_flowers", new BlockVine(15));
|
||||
public static final WoodenMaterial TENANEA = new WoodenMaterial("tenanea", MaterialColor.PINK, MaterialColor.PINK);
|
||||
|
||||
// Small Plants //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue