NaturesAura/src/main/resources/data/naturesaura/recipes/wood_stand.json
2020-01-22 20:31:09 +01:00

18 lines
307 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"L",
"W"
],
"key": {
"W": {
"tag": "minecraft:logs"
},
"L": {
"item": "naturesaura:gold_leaf"
}
},
"result": {
"item": "naturesaura:wood_stand"
}
}