mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
34 lines
No EOL
746 B
JSON
34 lines
No EOL
746 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" O ",
|
|
"GDG",
|
|
" N "
|
|
],
|
|
"key": {
|
|
"G": {
|
|
"item": "naturesaura:infused_iron"
|
|
},
|
|
"O": {
|
|
"type": "forge:nbt",
|
|
"item": "naturesaura:aura_bottle",
|
|
"nbt": {
|
|
"stored_type": "naturesaura:overworld"
|
|
}
|
|
},
|
|
"N": {
|
|
"type": "forge:nbt",
|
|
"item": "naturesaura:aura_bottle",
|
|
"nbt": {
|
|
"stored_type": "naturesaura:nether"
|
|
}
|
|
},
|
|
"D": {
|
|
"item": "minecraft:diamond"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "naturesaura:calling_spirit",
|
|
"count": 3
|
|
}
|
|
} |