Skip to content

Commit

Permalink
Update to Sodium 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Dec 19, 2023
1 parent f396cb2 commit 5a23a02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ publishing {
}

// TODO: infer from fabric.mod.json?!
def supportedVersions = ["${project.minecraft_version}", "1.20.2"]
def supportedVersions = ["1.20.2", "1.20.3", "${project.minecraft_version}"]
def verName = "Indium ${project.mod_version} for Minecraft 1.20.x/Sodium ${project.sodium_version}"

// Check version is as expected
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.8
loader_version=0.14.21
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
# Mod Properties
mod_version=1.0.27
mod_version=1.0.28
maven_group=link.infra
archives_base_name=indium
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.89.0+1.20.1
sodium_version=0.5.3
sodium_minecraft_version=1.20.1
fabric_version=0.91.3+1.20.4
sodium_version=0.5.5
sodium_minecraft_version=1.20.3
# Publishing metadata
curseforge_id=459496
source_url=https://github.com/comp500/Indium/
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
],
"depends": {
"fabricloader": ">=0.8.0",
"minecraft": "~1.20.1",
"sodium": "0.5.3",
"minecraft": "~1.20.2",
"sodium": "0.5.5",
"fabric-renderer-api-v1": ">=3.2.0",
"fabric-resource-loader-v0": ">=0.4.0"
}
Expand Down

0 comments on commit 5a23a02

Please sign in to comment.