Skip to content

Commit

Permalink
Update to Sodium 0.5.10 (also supporting 0.5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jun 16, 2024
1 parent 9e72717 commit b3fd084
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ publishing {
}

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

// Check version is as expected
if (System.getenv("EXPECTED_VERSION") !== null) {
Expand Down
12 changes: 6 additions & 6 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.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.11
# Mod Properties
mod_version=1.0.32
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.9
sodium_minecraft_version=1.20.4
fabric_version=0.92.2+1.20.1
sodium_version=0.5.10
sodium_minecraft_version=1.20.1
# 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.9",
"minecraft": ["1.20.1", "1.20.6"],
"sodium": ["0.5.9", "0.5.10"],
"fabric-renderer-api-v1": ">=3.2.0",
"fabric-resource-loader-v0": ">=0.4.0"
}
Expand Down

0 comments on commit b3fd084

Please sign in to comment.