diff --git a/build.gradle b/build.gradle index 9f86c717..8c5414bd 100644 --- a/build.gradle +++ b/build.gradle @@ -187,7 +187,8 @@ dependencies { // then special handling is done to allow a setup of a vanilla dependency without the use of an external repository. minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" - implementation fg.deobf('com.corosus.coroutil:coroutil:1.20.1-1.3.3') + //implementation fg.deobf('com.corosus.coroutil:coroutil:1.20.1-1.3.3') + implementation fg.deobf('com.corosus.coroutil:coroutil-forge:1.20.1-1.3.7') //implementation fg.deobf('com.corosus.enderio:EnderIO:1.20.1-6.0.21-alpha') //implementation fg.deobf('com.corosus.pipez:pipez:1.20.1-1.1.5') //implementation fg.deobf('oculus:oculus:mc1.20.1-1.6.9') diff --git a/gradle.properties b/gradle.properties index 95cd8d98..f977e723 100644 --- a/gradle.properties +++ b/gradle.properties @@ -54,7 +54,7 @@ mod_name=Weather2 # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=All Rights Reserved # The mod version. See https://semver.org/ -mod_version=1.20.1-2.8.1 +mod_version=1.20.1-2.8.2 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/libs/coroutil-1.20.1-1.3.3.jar b/libs/coroutil-1.20.1-1.3.3.jar deleted file mode 100644 index 1b2215da..00000000 Binary files a/libs/coroutil-1.20.1-1.3.3.jar and /dev/null differ diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 22ab73c0..b639eeb3 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -66,7 +66,7 @@ side="BOTH" [[dependencies.${mod_id}]] modId="coroutil" mandatory=true -versionRange="[1.20.1-1.3.0,)" +versionRange="[1.20.1-1.3.7,)" ordering="NONE" side="BOTH"