Added rest of flowers

This commit is contained in:
JordanPlayz158
2024-07-22 16:35:57 -04:00
parent 9224110440
commit 4954ac3da8
3 changed files with 10 additions and 4 deletions

View File

@@ -1146,7 +1146,7 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999"
[[files]]
file = "scripts/recipes.zs"
hash = "182c1f71360b8f6284cd271639408d67aeb753e86d2499574de17ed5c97c0fac"
hash = "658e3898168ba64bb96ae9fae02fd980f5dc1a05193815409439a00b2c828916"
[[files]]
file = "servers.dat"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "6686dd5b06c49df9b9d39ad2b3dfc0faad95492e054497c04a05a4240de83002"
hash = "453623c0045e658214aa25bd2794137f776c35c7d1785ac48a9184a4bf1a109f"
[versions]
fabric = "0.15.11"

View File

@@ -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