Skip to content

Commit

Permalink
Update to Sodium 0.4.0-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jan 14, 2022
1 parent 41e39f3 commit 8146d08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.

modImplementation "maven.modrinth:sodium:mc1.18-0.4.0-alpha5"
modImplementation "maven.modrinth:sodium:mc1.18.1-0.4.0-alpha6"

// Transitive dependency of Sodium
implementation("org.joml:joml:1.10.2")
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.6
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.18
loader_version=0.12.12
# Mod Properties
mod_version=1.0.2-alpha1
mod_version=1.0.2-alpha2
maven_group=link.infra
archives_base_name=indium
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.43.1+1.18
fabric_version=0.45.2+1.18
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.18.x",
"sodium": "0.4.0-alpha5",
"sodium": "0.4.0-alpha6",
"fabric-renderer-api-v1": ">=0.3.0"
}
}

0 comments on commit 8146d08

Please sign in to comment.