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

23 lines
No EOL
370 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"ab",
" c"
],
"key": {
"a": {
"item": "minecraft:tripwire_hook"
},
"b": {
"tag": "superbwarfare:ingots/steel"
},
"c": {
"item": "superbwarfare:steel_ingot"
}
},
"result": {
"id": "superbwarfare:steel_trigger",
"count": 1
}
}