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

16 lines
No EOL
251 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": "minecraft:iron_ingot",
"X": "minecraft:leather"
},
"pattern": [
" X ",
"X#X"
],
"result": {
"count": 1,
"id": "minecraft:saddle"
}
}