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

22 lines
401 B
JSON
Raw Normal View History

2019-02-19 18:22:42 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2019-02-19 18:22:42 +01:00
"pattern": [
" ST",
"SRS",
"RS "
],
"key": {
"R": {
"item": "naturesaura:ancient_stick"
},
"S": {
2020-01-22 20:31:09 +01:00
"tag": "forge:stone"
2019-02-19 18:22:42 +01:00
},
"T": {
"item": "naturesaura:token_terror"
}
},
"result": {
"item": "naturesaura:cave_finder"
}
}