From 5698264da712a589aa3339b68da8cfd6c926f540 Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 23 May 2023 18:50:11 +0100 Subject: [PATCH] Added missing recipe for zap wood --- .../resources/data/unicopia/recipes/zap_wood.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/resources/data/unicopia/recipes/zap_wood.json diff --git a/src/main/resources/data/unicopia/recipes/zap_wood.json b/src/main/resources/data/unicopia/recipes/zap_wood.json new file mode 100644 index 00000000..7d1dbace --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/zap_wood.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "unicopia:zap_log" + } + }, + "result": { + "item": "unicopia:zap_wood" + } +} \ No newline at end of file