diff --git a/src/main/resources/data/naturesaura/recipes/ancient_bark.json b/src/main/resources/data/naturesaura/recipes/ancient_bark.json new file mode 100644 index 00000000..bff10d72 --- /dev/null +++ b/src/main/resources/data/naturesaura/recipes/ancient_bark.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "WW", + "WW" + ], + "key": { + "W": { + "item": "naturesaura:ancient_log" + } + }, + "result": { + "item": "naturesaura:ancient_bark", + "count": 3 + } +} \ No newline at end of file