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

25 lines
486 B
JSON
Raw Normal View History

2019-01-27 13:57:34 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2019-01-27 13:57:34 +01:00
"pattern": [
"IA ",
"AGA",
" AS"
],
"key": {
"A": {
"item": "naturesaura:ancient_planks"
},
"I": {
"item": "naturesaura:infused_iron"
},
"G": {
"item": "minecraft:glass"
},
"S": {
"item": "naturesaura:ancient_stick"
}
},
"result": {
"item": "naturesaura:range_visualizer"
}
}