mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 20:59:09 +01:00
19 lines
335 B
JSON
19 lines
335 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"A",
|
||
|
"S",
|
||
|
"S"
|
||
|
],
|
||
|
"key": {
|
||
|
"A": {
|
||
|
"item": "naturesaura:infused_iron"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "naturesaura:ancient_stick"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:infused_iron_shovel"
|
||
|
}
|
||
|
}
|