ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/ring.json
2024-03-06 18:38:50 -06:00

23 lines
343 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"D": {
"tag": "forge:dusts/glowstone"
},
"G": {
"tag": "forge:ingots/gold"
},
"I": {
"tag": "forge:ingots/iron"
}
},
"pattern": [
"IGI",
"GDG",
"IGI"
],
"result": {
"item": "actuallyadditions:ring"
}
}