mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 20:59:09 +01:00
29 lines
No EOL
605 B
JSON
29 lines
No EOL
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"
|
|
}
|
|
} |