added a recipe for ancient bark

Closes #196
This commit is contained in:
Ell 2021-03-21 17:44:31 +01:00
parent a28e154a24
commit a2db21ad4f

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"WW",
"WW"
],
"key": {
"W": {
"item": "naturesaura:ancient_log"
}
},
"result": {
"item": "naturesaura:ancient_bark",
"count": 3
}
}