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

29 lines
605 B
JSON

{
"type": "forge:ore_shaped",
"pattern": [
"BRB",
"IWI",
"BRB"
],
"key": {
"B": {
"item": "minecraft:nether_brick"
},
"R": {
"item": "minecraft:blaze_rod"
},
"I": {
"item": "naturesaura:infused_iron"
},
"W": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:nether"
}
}
},
"result": {
"item": "naturesaura:potion_generator"
}
}