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

27 lines
523 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": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_joy"
2018-11-04 17:05:04 +01:00
}
},
"result": {
"item": "naturesaura:flower_generator"
}
}