commit 1005782bf20926faa1325d7015a5453a85442c77 Author: Joshua Goins Date: Sat Apr 12 13:03:56 2025 -0400 Add initial files diff --git a/data/crafting/recipe/saddle.json b/data/crafting/recipe/saddle.json new file mode 100644 index 0000000..7774ad2 --- /dev/null +++ b/data/crafting/recipe/saddle.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " / ", + "LLL", + " / " + ], + "key": { + "/": "minecraft:stick", + "L": "minecraft:leather" + }, + "result": { + "id": "minecraft:saddle", + "count": 1 + } +} \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..b9b70ad --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Custom data pack for my server", + "pack_format": 71 + } +}