1
Fork 0
minecraft-datapack/data/crafting/recipe/saddle.json

16 lines
272 B
JSON
Raw Permalink Normal View History

2025-04-12 13:03:56 -04:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
" / ",
"LLL",
" / "
],
"key": {
"/": "minecraft:stick",
"L": "minecraft:leather"
},
"result": {
"id": "minecraft:saddle",
"count": 1
}
}