Added rest of flowers
This commit is contained in:
@@ -1146,7 +1146,7 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "scripts/recipes.zs"
|
file = "scripts/recipes.zs"
|
||||||
hash = "182c1f71360b8f6284cd271639408d67aeb753e86d2499574de17ed5c97c0fac"
|
hash = "658e3898168ba64bb96ae9fae02fd980f5dc1a05193815409439a00b2c828916"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "servers.dat"
|
file = "servers.dat"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "6686dd5b06c49df9b9d39ad2b3dfc0faad95492e054497c04a05a4240de83002"
|
hash = "453623c0045e658214aa25bd2794137f776c35c7d1785ac48a9184a4bf1a109f"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.11"
|
fabric = "0.15.11"
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
// #Add
|
// #Add
|
||||||
recipes.addShaped("sunflower_dandelion", <item:minecraft:dandelion : 2>, [ < item:minecraft:sunflower > ])
|
craftingTable.addShaped("sunflower_dandelion", <item:minecraft:dandelion> * 4, [[<item:minecraft:sunflower>], [<item:minecraft:sunflower>]]);
|
||||||
// File End
|
|
||||||
|
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