From 4954ac3da89ee5016e28c1ea8bd2af1586a32593 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Mon, 22 Jul 2024 16:35:57 -0400 Subject: [PATCH] Added rest of flowers --- index.toml | 2 +- pack.toml | 2 +- scripts/recipes.zs | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/index.toml b/index.toml index 36bdf94..28b859a 100644 --- a/index.toml +++ b/index.toml @@ -1146,7 +1146,7 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" [[files]] file = "scripts/recipes.zs" -hash = "182c1f71360b8f6284cd271639408d67aeb753e86d2499574de17ed5c97c0fac" +hash = "658e3898168ba64bb96ae9fae02fd980f5dc1a05193815409439a00b2c828916" [[files]] file = "servers.dat" diff --git a/pack.toml b/pack.toml index d04b678..40c5513 100644 --- a/pack.toml +++ b/pack.toml @@ -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" diff --git a/scripts/recipes.zs b/scripts/recipes.zs index c3ff317..ca3b2ed 100644 --- a/scripts/recipes.zs +++ b/scripts/recipes.zs @@ -1,3 +1,9 @@ // #Add -recipes.addShaped("sunflower_dandelion", , [ < item:minecraft:sunflower > ]) - // File End +craftingTable.addShaped("sunflower_dandelion", * 4, [[], []]); + +craftingTable.addShaped("lilac_allium", * 4, [[], []]); + +craftingTable.addShaped("peony_pink_tulip", * 4, [[], []]); + +craftingTable.addShaped("rose_bush_poppy", * 4, [[], []]); +// File End