NaturesAura/src/main/resources/assets/naturesaura/recipes/animal_spawner.json

29 lines
594 B
JSON
Raw Normal View History

2019-01-01 15:20:12 +01:00
{
"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"
}
}