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