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

35 lines
742 B
JSON
Raw Normal View History

2018-11-14 19:14:03 +01:00
{
"type": "forge:ore_shaped",
"pattern": [
"MBI",
"SOS",
"IBM"
],
"key": {
"O": {
"type": "forge:ore_dict",
"ore": "logWood"
},
"S": {
"type": "forge:ore_dict",
"ore": "treeSapling"
},
"B": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:overworld"
}
},
"M": {
"item": "minecraft:dye",
"data": 15
},
"I": {
"item": "naturesaura:infused_iron"
}
},
"result": {
"item": "naturesaura:oak_generator"
}
}