Skip to content

Commit

Permalink
Enforce coroutil 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Corosauce committed Feb 10, 2024
1 parent 7a3d543 commit 07153a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed libs/coroutil-1.20.1-1.3.3.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 07153a7

Please sign in to comment.