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

17 lines
277 B
JSON
Raw Normal View History

2018-10-20 11:37:11 +02:00
{
"type": "forge:ore_shaped",
"pattern": [
2018-11-08 20:49:51 +01:00
"W",
2018-10-20 11:37:11 +02:00
"W",
"W"
],
"key": {
"W": {
"item": "naturesaura:ancient_planks"
}
},
"result": {
"item": "naturesaura:ancient_stick",
2018-11-08 20:49:51 +01:00
"count": 3
2018-10-20 11:37:11 +02:00
}
}