This should incentivise using horses for transport Consider making this cheaper, such as leather to hide and/or the ingot to a nugget
17 lines
262 B
JSON
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
|
|
}
|