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

22 lines
365 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"OAO",
"ACA",
"OAO"
],
"key": {
"A": {
"item": "actuallyadditions:void_empowered_crystal"
},
"O": {
"tag": "forge:obsidian"
},
"C": {
"item": "actuallyadditions:coil_advanced"
}
},
"result": {
"item": "actuallyadditions:shock_suppressor"
}
}