From 1005782bf20926faa1325d7015a5453a85442c77 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 12 Apr 2025 13:03:56 -0400 Subject: [PATCH] Add initial files --- data/crafting/recipe/saddle.json | 16 ++++++++++++++++ pack.mcmeta | 6 ++++++ 2 files changed, 22 insertions(+) create mode 100644 data/crafting/recipe/saddle.json create mode 100644 pack.mcmeta 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 + } +}