mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
29 lines
594 B
JSON
29 lines
594 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"SHS",
|
||
|
"IWI",
|
||
|
"SHS"
|
||
|
],
|
||
|
"key": {
|
||
|
"H": {
|
||
|
"item": "minecraft:hay_block"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "minecraft:iron_bars"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "naturesaura:sky_ingot"
|
||
|
},
|
||
|
"W": {
|
||
|
"type": "minecraft:item_nbt",
|
||
|
"item": "naturesaura:aura_bottle",
|
||
|
"nbt": {
|
||
|
"stored_type": "naturesaura:end"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:animal_spawner"
|
||
|
}
|
||
|
}
|