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

19 lines
304 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"C ",
" S ",
" S"
],
"key": {
"C": {
"item": "actuallyadditions:coil_advanced"
},
"S": {
"item": "actuallyadditions:enori_crystal"
}
},
"result": {
"item": "actuallyadditions:laser_wrench"
}
}