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

16 lines
271 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": [
"W",
"W"
],
"key": {
"W": {
2019-01-27 14:03:42 +01:00
"item": "naturesaura:ancient_slab"
2018-10-20 11:37:11 +02:00
}
},
"result": {
"item": "naturesaura:ancient_stick",
"count": 2
2018-10-20 11:37:11 +02:00
}
}