mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
22 lines
397 B
JSON
22 lines
397 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"SIS",
|
||
|
"IBI",
|
||
|
"SIS"
|
||
|
],
|
||
|
"key": {
|
||
|
"S": {
|
||
|
"item": "naturesaura:infused_stone"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "naturesaura:infused_iron"
|
||
|
},
|
||
|
"B": {
|
||
|
"item": "minecraft:bucket"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:aura_cache"
|
||
|
}
|
||
|
}
|