NaturesAura/src/main/resources/assets/naturesaura/recipes/wood_stand.json
2018-10-16 17:48:36 +02:00

19 lines
329 B
JSON

{
"type": "forge:ore_shaped",
"pattern": [
"L",
"W"
],
"key": {
"W": {
"type": "forge:ore_dict",
"ore": "logWood"
},
"L": {
"item": "naturesaura:gold_leaf"
}
},
"result": {
"item": "naturesaura:wood_stand"
}
}