From c68505f93f89ea8864a83cb9ee5e90eb61793438 Mon Sep 17 00:00:00 2001 From: Glitchlabs Date: Sun, 2 Aug 2026 22:53:52 +0200 Subject: [PATCH] + duck recepie --- .../data/ornamentum/recipe/duck.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/main/resources/data/ornamentum/recipe/duck.json diff --git a/src/main/resources/data/ornamentum/recipe/duck.json b/src/main/resources/data/ornamentum/recipe/duck.json new file mode 100644 index 0000000..d3b17b8 --- /dev/null +++ b/src/main/resources/data/ornamentum/recipe/duck.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "ABB", + "###", + " ##" + ], + "key": { + "#": { + "item": "minecraft:yellow_wool" + }, + "A": { + "item": "minecraft:orange_wool" + }, + "B": { + "item": "minecraft:yellow_carpet" + } + }, + "result": { + "id": "ornamentum:duck", + "count": 1 + } +} \ No newline at end of file