ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/laser_upgrade_invisibility.json

23 lines
384 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"RCR",
"GGG"
],
"key": {
"G": {
"tag": "forge:glass/black"
},
"R": {
"item": "actuallyadditions:void_crystal"
},
"C": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:advanced_coil"
2021-11-21 22:38:48 +01:00
}
},
"result": {
"item": "actuallyadditions:laser_upgrade_invisibility",
"count": 4
}
}