mc_rebalance_datapack/data/minecraft/recipes/saddle.json
2025-08-28 19:43:46 +01:00

17 lines
262 B
JSON

{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 1 ",
"121"
],
"key": {
"1":{"item":"minecraft:leather"},
"2":{"item":"minecraft:iron_ingot"}
},
"result": {
"item":"minecraft:saddle"
},
"show_notification":true
}