superb-warfare/src/main/resources/data/superbwarfare/recipe/lunge_mine_crafting.json
2025-04-02 20:11:07 +08:00

24 lines
No EOL
371 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" ba",
" cb",
"c "
],
"key": {
"a": {
"item": "minecraft:tnt"
},
"b": {
"item": "superbwarfare:high_energy_explosives"
},
"c": {
"item": "minecraft:stick"
}
},
"result": {
"id": "superbwarfare:lunge_mine",
"count": 2
}
}