mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
32 lines
673 B
JSON
32 lines
673 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"BSB",
|
||
|
"IAI",
|
||
|
"BWB"
|
||
|
],
|
||
|
"key": {
|
||
|
"B": {
|
||
|
"item": "minecraft:nether_brick"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "minecraft:iron_bars"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "naturesaura:sky_ingot"
|
||
|
},
|
||
|
"A": {
|
||
|
"item": "minecraft:soul_sand"
|
||
|
},
|
||
|
"W": {
|
||
|
"type": "minecraft:item_nbt",
|
||
|
"item": "naturesaura:aura_bottle",
|
||
|
"nbt": {
|
||
|
"stored_type": "naturesaura:overworld"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:animal_generator"
|
||
|
}
|
||
|
}
|