mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 12:59:08 +01:00
38 lines
No EOL
888 B
JSON
38 lines
No EOL
888 B
JSON
{
|
|
"type": "forge:ore_shaped",
|
|
"pattern": [
|
|
" O ",
|
|
"GNG",
|
|
" E "
|
|
],
|
|
"key": {
|
|
"G": {
|
|
"item": "naturesaura:infused_iron"
|
|
},
|
|
"O": {
|
|
"type": "minecraft:item_nbt",
|
|
"item": "naturesaura:aura_bottle",
|
|
"nbt": {
|
|
"stored_type": "naturesaura:overworld"
|
|
}
|
|
},
|
|
"N": {
|
|
"type": "minecraft:item_nbt",
|
|
"item": "naturesaura:aura_bottle",
|
|
"nbt": {
|
|
"stored_type": "naturesaura:nether"
|
|
}
|
|
},
|
|
"E": {
|
|
"type": "minecraft:item_nbt",
|
|
"item": "naturesaura:aura_bottle",
|
|
"nbt": {
|
|
"stored_type": "naturesaura:end"
|
|
}
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "naturesaura:calling_spirit",
|
|
"count": 3
|
|
}
|
|
} |