NaturesAura/src/main/resources/assets/naturesaura/recipes/potion_generator.json
2018-11-21 11:49:21 +01:00

29 lines
No EOL
602 B
JSON

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