superb-warfare/src/main/resources/data/target/recipes/claymorecrafting.json

27 lines
No EOL
416 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" a ",
"bcb",
"d d"
],
"key": {
"a": {
"item": "minecraft:tripwire_hook"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "minecraft:tnt"
},
"d": {
"item": "minecraft:stick"
}
},
"result": {
"item": "target:claymore_mine",
"count": 2
}
}