diff --git a/data/minecraft/recipes/saddle.json b/data/minecraft/recipes/saddle.json new file mode 100644 index 0000000..a9cc49d --- /dev/null +++ b/data/minecraft/recipes/saddle.json @@ -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 +}