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

23 lines
387 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "actuallyadditions:empowered_void_crystal"
},
"C": {
"item": "actuallyadditions:advanced_coil"
},
"O": {
"tag": "forge:obsidian"
}
},
"pattern": [
"OAO",
"ACA",
"OAO"
],
"result": {
"item": "actuallyadditions:shock_suppressor"
}
}