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:
parent
8019df46e0
commit
c692c93a2d
16
data/minecraft/recipes/saddle.json
Normal file
16
data/minecraft/recipes/saddle.json
Normal 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
|
||||
}
|
||||
Loading…
Reference in a new issue