mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
29 lines
590 B
JSON
29 lines
590 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"OYO",
|
||
|
"DED",
|
||
|
"ODO"
|
||
|
],
|
||
|
"key": {
|
||
|
"E": {
|
||
|
"item": "minecraft:ender_chest"
|
||
|
},
|
||
|
"Y": {
|
||
|
"item": "minecraft:ender_eye"
|
||
|
},
|
||
|
"D": {
|
||
|
"type": "minecraft:item_nbt",
|
||
|
"item": "naturesaura:aura_bottle",
|
||
|
"nbt": {
|
||
|
"stored_type": "naturesaura:end"
|
||
|
}
|
||
|
},
|
||
|
"O": {
|
||
|
"item": "minecraft:obsidian"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:ender_crate"
|
||
|
}
|
||
|
}
|