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

15 lines
261 B
JSON
Raw Normal View History

2018-11-03 13:23:10 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-03 13:23:10 +01:00
"pattern": [
"WWW"
],
"key": {
"W": {
"item": "naturesaura:ancient_planks"
}
},
"result": {
"item": "naturesaura:ancient_slab",
"count": 6
}
}