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
This commit is contained in:
Sergeant Acoustic 2025-08-25 02:51:46 +01:00
parent 8019df46e0
commit c692c93a2d

View file

@ -0,0 +1,16 @@
{
"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
}