From f223e11cd5508cc6798514b9ab7709901807cba4 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Tue, 6 Jan 2026 05:32:14 +0000 Subject: [PATCH] Make quark seed pouch cheaper Replace leather with leather strips (rabbit hide) --- .../recipes/tools/crafting/seed_pouch.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/quark/recipes/tools/crafting/seed_pouch.json diff --git a/data/quark/recipes/tools/crafting/seed_pouch.json b/data/quark/recipes/tools/crafting/seed_pouch.json new file mode 100644 index 0000000..4767bb6 --- /dev/null +++ b/data/quark/recipes/tools/crafting/seed_pouch.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + "HXH", + " H " + ], + "key": { + "S": { + "tag": "forge:string" + }, + "X": { + "tag": "quark:seed_pouch_holdable" + }, + "H": { + "item": "minecraft:rabbit_hide" + } + }, + "result": { + "item": "quark:seed_pouch" + }, + "conditions": [ + { + "type": "quark:flag", + "flag": "seed_pouch" + } + ] +}