Skip to content

Commit

Permalink
Update to Sodium 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Feb 5, 2024
1 parent 5a23a02 commit 62892db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
# Mod Properties
mod_version=1.0.28
mod_version=1.0.29
maven_group=link.infra
archives_base_name=indium
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.91.3+1.20.4
sodium_version=0.5.5
sodium_minecraft_version=1.20.3
sodium_version=0.5.8
sodium_minecraft_version=1.20.4
# Publishing metadata
curseforge_id=459496
source_url=https://github.com/comp500/Indium/
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.8.0",
"minecraft": "~1.20.2",
"sodium": "0.5.5",
"sodium": "0.5.8",
"fabric-renderer-api-v1": ">=3.2.0",
"fabric-resource-loader-v0": ">=0.4.0"
}
Expand Down

0 comments on commit 62892db

Please sign in to comment.