From 26f8bfc11318329ac3e80342cdb6286d94ac7233 Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Sun, 3 May 2026 21:01:58 +0200 Subject: [PATCH] feathers make pillows, too --- gradle.properties | 2 +- ....json => shapeless_pillow_from_cotton.json} | 0 .../recipe/shapeless_pillow_from_feather.json | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) rename src/main/resources/data/quickly/recipe/{shapeless_pillow.json => shapeless_pillow_from_cotton.json} (100%) create mode 100644 src/main/resources/data/quickly/recipe/shapeless_pillow_from_feather.json diff --git a/gradle.properties b/gradle.properties index 18600d8..41672b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ loader_version=0.18.4 loom_version=1.15-SNAPSHOT # Mod Properties -mod_version=26.1.0.1 +mod_version=26.1.0.2 maven_group=de.jottyfan.minecraft archives_base_name=quickly diff --git a/src/main/resources/data/quickly/recipe/shapeless_pillow.json b/src/main/resources/data/quickly/recipe/shapeless_pillow_from_cotton.json similarity index 100% rename from src/main/resources/data/quickly/recipe/shapeless_pillow.json rename to src/main/resources/data/quickly/recipe/shapeless_pillow_from_cotton.json diff --git a/src/main/resources/data/quickly/recipe/shapeless_pillow_from_feather.json b/src/main/resources/data/quickly/recipe/shapeless_pillow_from_feather.json new file mode 100644 index 0000000..92c764c --- /dev/null +++ b/src/main/resources/data/quickly/recipe/shapeless_pillow_from_feather.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:feather", + "minecraft:feather", + "minecraft:feather", + "minecraft:feather", + "minecraft:feather", + "minecraft:feather", + "minecraft:feather", + "minecraft:feather", + "minecraft:feather" + ], + "result": { + "id": "quickly:pillow", + "count": 1 + } +} \ No newline at end of file