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

32 lines
670 B
JSON
Raw Normal View History

2018-11-29 13:54:32 +01:00
{
"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": {
2018-12-02 00:20:01 +01:00
"stored_type": "naturesaura:nether"
2018-11-29 13:54:32 +01:00
}
}
},
"result": {
"item": "naturesaura:animal_generator"
}
}