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