mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
35 lines
No EOL
726 B
JSON
35 lines
No EOL
726 B
JSON
{
|
|
"type": "forge:ore_shaped",
|
|
"pattern": [
|
|
"ONO",
|
|
"PEP",
|
|
"ONO"
|
|
],
|
|
"key": {
|
|
"E": {
|
|
"item": "naturesaura:eye"
|
|
},
|
|
"P": {
|
|
"item": "minecraft:ender_pearl"
|
|
},
|
|
"O": {
|
|
"item": "minecraft:obsidian"
|
|
},
|
|
"N": {
|
|
"type": "minecraft:item_nbt",
|
|
"item": "naturesaura:aura_bottle",
|
|
"nbt": {
|
|
"stored_type": "naturesaura:end"
|
|
}
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "naturesaura:chunk_loader"
|
|
},
|
|
"conditions": [
|
|
{
|
|
"type": "minecraft:item_exists",
|
|
"item": "naturesaura:chunk_loader"
|
|
}
|
|
]
|
|
} |