minecraft-src/data/minecraft/recipe/brown_harness.json
2025-09-18 12:27:44 +00:00

18 lines
No EOL
308 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"group": "harness",
"key": {
"#": "minecraft:brown_wool",
"G": "minecraft:glass",
"L": "minecraft:leather"
},
"pattern": [
"LLL",
"G#G"
],
"result": {
"count": 1,
"id": "minecraft:brown_harness"
}
}