mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
18 lines
326 B
JSON
18 lines
326 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"AAA",
|
||
|
"ASA"
|
||
|
],
|
||
|
"key": {
|
||
|
"A": {
|
||
|
"item": "naturesaura:infused_iron"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "naturesaura:ancient_stick"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:infused_iron_helmet"
|
||
|
}
|
||
|
}
|