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

15 lines
253 B
JSON
Raw Normal View History

2018-10-16 17:48:36 +02:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-10-16 17:48:36 +02:00
"pattern": [
"L"
],
"key": {
"L": {
"item": "naturesaura:gold_leaf"
}
},
"result": {
"item": "naturesaura:gold_powder",
"count": 2
}
}