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