mc_rebalance_datapack/data/minecraft/recipes/saddle.json

17 lines
262 B
JSON
Raw Normal View History

2025-08-28 18:43:46 +00:00
{
"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
}