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

20 lines
326 B
JSON

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