From a3739981b8e9b92221b4879f271751bee3ac9dae Mon Sep 17 00:00:00 2001 From: vlad-juganaru Date: Sun, 21 Jul 2024 13:48:37 +0300 Subject: [PATCH] bro --- build.gradle | 1 + gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 13 ++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index e3e266c..1025500 100644 --- a/build.gradle +++ b/build.gradle @@ -75,6 +75,7 @@ dependencies { include(modImplementation("maven.modrinth:fstats:2023.12.3")) //include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1")) include(modImplementation ('eu.raspberrymods.fishlib:fish-lib:1.1.0.2+1.21')) + include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1")) } processResources { diff --git a/gradle.properties b/gradle.properties index bc72f14..ae363b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,9 +9,9 @@ yarn_mappings=1.21+build.9 loader_version=0.15.11 # Mod Properties -mod_version=1.6.2.2+1.21 +mod_version=1.6.2.3+1.21 maven_group=ro.fishmc archives_base_name=fishmc # Dependencies -fabric_version=0.100.7+1.21 +fabric_version=0.100.7+1.21 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b9d186b..534273c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,19 +30,18 @@ } ], "custom": { - "fstats": 62, - "mc-publish": { - "dependencies": [ - "fish-lib(embedded){modrinth:embedded-dependency-fabric}", - "fstats-api(embedded){modrinth:embedded-dependency-fabric}" - ] + "fstats": 62, + "duckyupdater": { + "modrinthId": "JOJwCjjz", + "type": "release", + "featured": true } }, "depends": { "fabricloader": ">=0.15.11", "minecraft": ">=1.21", "java": ">=21", - "fabric-api": "*" + "fabric-api": ">=0.100.7+1.21" }, "suggests": { "fstats-api": "*"