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

24 lines
No EOL
388 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"bcb",
"bcb"
],
"key": {
"a": {
"item": "minecraft:tripwire_hook"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "superbwarfare:high_energy_explosives"
}
},
"result": {
"id": "superbwarfare:hand_grenade",
"count": 4
}
}