NaturesAura/src/main/resources/data/naturesaura/recipes/infused_axe.json

19 lines
344 B
JSON
Raw Normal View History

2018-10-20 11:37:11 +02:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-10-20 11:37:11 +02:00
"pattern": [
"AA",
"AS",
" S"
],
"key": {
"A": {
"item": "naturesaura:infused_iron"
},
"S": {
"item": "naturesaura:ancient_stick"
}
},
"result": {
"item": "naturesaura:infused_iron_axe"
}
}