Skip to content

Commit

Permalink
change: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Dec 30, 2023
1 parent 5fe709c commit 4bcff53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

//modImplementation "me.jellysquid.mods:sodium-fabric:0.5.3+git.fcb3ad2"
//modImplementation "me.jellysquid.mods:sodium-fabric:0.5.3+git.95de8a8"
modImplementation "maven.modrinth:sodium:${project.sodium_version}"
/*modImplementation("me.flashyreese.mods:reeses-sodium-options:${project.reeses_sodium_options}") {
exclude group: "net.coderbot.iris_mc1_19", module: "iris"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.24
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3

# Mod Properties
version_type=release
Expand All @@ -15,6 +15,6 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
reeses_sodium_options=1.5.1+mc1.20-build.74
sodium_version=mc1.20.2-0.5.3
fabric_version=0.90.4+1.20.2
sodium_version=mc1.20.3-0.5.5
fabric_version=0.92.0+1.20.4
crowdin_translate=1.4+1.19.3

0 comments on commit 4bcff53

Please sign in to comment.