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

18 lines
307 B
JSON
Raw Normal View History

2018-10-15 18:36:46 +02:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-10-15 18:36:46 +02:00
"pattern": [
2018-10-16 17:48:36 +02:00
"L",
"W"
2018-10-15 18:36:46 +02:00
],
"key": {
"W": {
2020-01-22 20:31:09 +01:00
"tag": "minecraft:logs"
2018-10-16 17:48:36 +02:00
},
"L": {
"item": "naturesaura:gold_leaf"
2018-10-15 18:36:46 +02:00
}
},
"result": {
2018-10-16 17:48:36 +02:00
"item": "naturesaura:wood_stand"
2018-10-15 18:36:46 +02:00
}
}