From 7d8a000ba69ffdc7771a0b9eebab4b353165639f Mon Sep 17 00:00:00 2001 From: Halbear Date: Mon, 3 Aug 2026 20:43:55 +0100 Subject: [PATCH] Olive Planks recipe --- .../data/ageofthegods/recipe/olive_planks.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/data/ageofthegods/recipe/olive_planks.json diff --git a/src/main/resources/data/ageofthegods/recipe/olive_planks.json b/src/main/resources/data/ageofthegods/recipe/olive_planks.json new file mode 100644 index 0000000..fc6452a --- /dev/null +++ b/src/main/resources/data/ageofthegods/recipe/olive_planks.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "equipment", + "ingredients": [ + "ageofthegods:olive_log" + ], + "result": { + "id": "ageofthegods:olive_planks", + "count": 4 + } +} \ No newline at end of file