ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/lens_of_the_miner.json
2024-03-04 22:52:17 +01:00

41 lines
677 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "actuallyadditions:black_quartz"
},
"C": {
"tag": "minecraft:coals"
},
"D": {
"tag": "forge:gems/diamond"
},
"E": {
"tag": "forge:gems/emerald"
},
"G": {
"tag": "forge:ingots/gold"
},
"I": {
"tag": "forge:ingots/iron"
},
"L": {
"item": "actuallyadditions:lens"
},
"P": {
"tag": "forge:gems/lapis"
},
"Q": {
"tag": "forge:gems/quartz"
}
},
"pattern": [
"DGI",
"CLB",
"QPE"
],
"result": {
"item": "actuallyadditions:lens_of_the_miner"
}
}