Skip to content

Commit

Permalink
Update for 1.18.2 / Sodium 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Mar 2, 2022
1 parent 38fa203 commit 607ff44
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 @@ -43,7 +43,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.1-0.4.0-alpha6"
modImplementation "maven.modrinth:sodium:mc1.18.2-0.4.1"

// Transitive dependency of Sodium
implementation("org.joml:joml:1.10.2")
Expand Down
8 changes: 4 additions & 4 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.1
yarn_mappings=1.18.1+build.22
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.1
loader_version=0.13.3
# Mod Properties
mod_version=1.0.2-alpha3
mod_version=1.0.2
maven_group=link.infra
archives_base_name=indium
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.46.4+1.18
fabric_version=0.47.8+1.18.2
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.18.x",
"sodium": "0.4.0-alpha6",
"minecraft": "~1.18.2",
"sodium": "0.4.1",
"fabric-renderer-api-v1": ">=0.3.0",
"fabric-resource-loader-v0": ">=0.4.0"
}
Expand Down

0 comments on commit 607ff44

Please sign in to comment.