Skip to content

Commit

Permalink
Replace 1.20.5-rc2 with 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Benonardo committed Apr 25, 2024
1 parent cfe94a9 commit 0df889b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.5-rc2
yarn_mappings=1.20.5-rc2+build.2
loader_version=0.15.6
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10

# Mod Properties
mod_version = 2.2.4
Expand All @@ -15,9 +15,9 @@ modid = omnihopper


# Dependencies
fabric_version=0.97.4+1.20.5
fabric_version=0.97.6+1.20.5
# https://github.com/gniftygnome/cooldown-coordinator/releases
# https://maven.enjarai.dev/#/mirrors/net/gnomecraft/cooldown-coordinator
cooldowncoordinator_version=0.7.0
cooldowncoordinator_version=0.7.1
# https://maven.enjarai.dev/#/releases/nl/enjarai/cicada-lib
cicada_version=0.6.0+1.20.2-plus
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cicada": "*",
"fabric": "*",
"fabricloader": ">=0.15",
"minecraft": ">=1.20.5-rc.2",
"minecraft": ">=1.20.5",
"java": ">=21"
},
"custom": {
Expand Down

0 comments on commit 0df889b

Please sign in to comment.