From ec08cab62eca0dba71de31d73ac71829800b5ce1 Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Thu, 1 Jan 2026 12:23:02 +0100 Subject: [PATCH] added gunpowder recipe --- .../data/quickly/recipe/shapeless_gunpowder.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/resources/data/quickly/recipe/shapeless_gunpowder.json diff --git a/src/main/resources/data/quickly/recipe/shapeless_gunpowder.json b/src/main/resources/data/quickly/recipe/shapeless_gunpowder.json new file mode 100644 index 0000000..cc6b85e --- /dev/null +++ b/src/main/resources/data/quickly/recipe/shapeless_gunpowder.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:coal", + "quickly:sulfor", + "quickly:salpeter" + ], + "result": { + "id": "minecraft:gunpowder", + "count": 1 + } +} \ No newline at end of file