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

31 lines
658 B
JSON
Raw Normal View History

2018-11-04 17:05:04 +01:00
{
"type": "forge:ore_shaped",
"pattern": [
"PBP",
2018-11-04 17:05:04 +01:00
"IFI",
"PIP"
],
"key": {
"P": {
"type": "forge:ore_dict",
"ore": "plankWood"
},
"I": {
"item": "naturesaura:infused_iron"
},
"F": {
"item": "minecraft:double_plant",
"data": 5
},
"B": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:overworld"
}
2018-11-04 17:05:04 +01:00
}
},
"result": {
"item": "naturesaura:flower_generator"
}
}