ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/laser_wrench.json
2021-11-24 10:57:31 -06:00

19 lines
304 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"C ",
" S ",
" S"
],
"key": {
"C": {
"item": "actuallyadditions:advanced_coil"
},
"S": {
"item": "actuallyadditions:enori_crystal"
}
},
"result": {
"item": "actuallyadditions:laser_wrench"
}
}