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

19 lines
No EOL
288 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aba"
],
"key": {
"a": {
"item": "minecraft:oak_fence"
},
"b": {
"item": "minecraft:iron_bars"
}
},
"result": {
"item": "target:barbed_wire",
"count": 3
}
}