ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/ring_of_growth.json
2022-12-30 16:37:16 -06:00

22 lines
352 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SIS",
"IOI",
"SIS"
],
"key": {
"S": {
"tag": "forge:seeds"
},
"I": {
"item": "actuallyadditions:empowered_enori_crystal"
},
"O": {
"item": "actuallyadditions:ring"
}
},
"result": {
"item": "actuallyadditions:ring_of_growth"
}
}