Added rest of flowers
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
// #Add
|
||||
recipes.addShaped("sunflower_dandelion", <item:minecraft:dandelion : 2>, [ < item:minecraft:sunflower > ])
|
||||
// File End
|
||||
craftingTable.addShaped("sunflower_dandelion", <item:minecraft:dandelion> * 4, [[<item:minecraft:sunflower>], [<item:minecraft:sunflower>]]);
|
||||
|
||||
craftingTable.addShaped("lilac_allium", <item:minecraft:allium> * 4, [[<item:minecraft:lilac>], [<item:minecraft:lilac>]]);
|
||||
|
||||
craftingTable.addShaped("peony_pink_tulip", <item:minecraft:pink_tulip> * 4, [[<item:minecraft:peony>], [<item:minecraft:peony>]]);
|
||||
|
||||
craftingTable.addShaped("rose_bush_poppy", <item:minecraft:poppy> * 4, [[<item:minecraft:rose_bush>], [<item:minecraft:rose_bush>]]);
|
||||
// File End
|
||||
|
||||
Reference in New Issue
Block a user