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

27 lines
No EOL
444 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"abc",
"aba",
" da"
],
"key": {
"a": {
"item": "minecraft:iron_ingot"
},
"b": {
"item": "superbwarfare:high_energy_explosives"
},
"c": {
"item": "minecraft:tripwire_hook"
},
"d": {
"item": "minecraft:stone_button"
}
},
"result": {
"id": "superbwarfare:rgo_grenade",
"count": 4
}
}