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

25 lines
471 B
JSON
Raw Normal View History

2018-11-04 17:05:04 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-04 17:05:04 +01:00
"pattern": [
"PBP",
2018-11-04 17:05:04 +01:00
"IFI",
"PIP"
],
"key": {
"P": {
2020-01-22 20:31:09 +01:00
"tag": "minecraft:planks"
2018-11-04 17:05:04 +01:00
},
"I": {
"item": "naturesaura:infused_iron"
},
"F": {
2020-01-22 20:31:09 +01:00
"item": "minecraft:peony"
},
"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"
}
}