mc_rebalance/data/minecraft/recipes/saddle.json
Sergeant Acoustic c692c93a2d Backported saddle recipe
This should incentivise using horses for transport

Consider making this cheaper, such as leather to hide and/or the ingot to a nugget
2025-08-25 02:51: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
}