mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 09:53:11 +01:00
25 lines
477 B
JSON
25 lines
477 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"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"
|
||
|
}
|
||
|
}
|