superb-warfare/src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json
2025-05-22 20:11:03 +08:00

24 lines
No EOL
372 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a",
" b ",
"c "
],
"key": {
"a": {
"item": "minecraft:lightning_rod"
},
"b": {
"item": "superbwarfare:battery"
},
"c": {
"tag": "forge:ingots/steel"
}
},
"result": {
"id": "superbwarfare:electric_baton",
"count": 1
}
}