Skip to content

Commit

Permalink
I did the stupid apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Jun 21, 2023
1 parent 6aa0d5a commit 81b618b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Marked compatible with 1.20.1
- Fixed missed compatibility issues with 1.20.1
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ repositories {

// for Cooldown Coordinator
maven {
url "https://maven.enjarai.nl/releases"
url "https://maven.enjarai.dev/releases"
}
maven {
url "https://maven.enjarai.nl/mirrors"
url "https://maven.enjarai.dev/mirrors"
}
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20+build.1
loader_version=0.14.21

# Mod Properties
mod_version = 2.0.2
mod_version = 2.0.3
maven_group = nl.enjarai
archives_base_name = omnihopper
modid = omnihopper
Expand All @@ -17,7 +17,7 @@ modid = omnihopper
# Dependencies
fabric_version=0.83.0+1.20
# https://github.com/gniftygnome/cooldown-coordinator/releases
# https://maven.enjarai.nl/#/mirrors/net/gnomecraft/cooldown-coordinator
cooldowncoordinator_version=0.4.3
# https://maven.enjarai.nl/#/releases/nl/enjarai/cicada-lib
# https://maven.enjarai.dev/#/mirrors/net/gnomecraft/cooldown-coordinator
cooldowncoordinator_version=0.6.1
# https://maven.enjarai.dev/#/releases/nl/enjarai/cicada-lib
cicada_version=0.4.0

0 comments on commit 81b618b

Please sign in to comment.