Skip to content

Commit 5a23a02

Browse files
committed
Update to Sodium 0.5.5
1 parent f396cb2 commit 5a23a02

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ publishing {
111111
}
112112

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

117117
// Check version is as expected

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
5-
minecraft_version=1.20.1
6-
yarn_mappings=1.20.1+build.8
7-
loader_version=0.14.21
5+
minecraft_version=1.20.4
6+
yarn_mappings=1.20.4+build.3
7+
loader_version=0.15.3
88
# Mod Properties
9-
mod_version=1.0.27
9+
mod_version=1.0.28
1010
maven_group=link.infra
1111
archives_base_name=indium
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
fabric_version=0.89.0+1.20.1
15-
sodium_version=0.5.3
16-
sodium_minecraft_version=1.20.1
14+
fabric_version=0.91.3+1.20.4
15+
sodium_version=0.5.5
16+
sodium_minecraft_version=1.20.3
1717
# Publishing metadata
1818
curseforge_id=459496
1919
source_url=https://github.com/comp500/Indium/

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
],
2929
"depends": {
3030
"fabricloader": ">=0.8.0",
31-
"minecraft": "~1.20.1",
32-
"sodium": "0.5.3",
31+
"minecraft": "~1.20.2",
32+
"sodium": "0.5.5",
3333
"fabric-renderer-api-v1": ">=3.2.0",
3434
"fabric-resource-loader-v0": ">=0.4.0"
3535
}

0 commit comments

Comments
 (0)