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