Skip to content

Commit

Permalink
Merge branch '1.21/dev' into 1.21/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Jan 15, 2025
2 parents ee39465 + 37f3c43 commit 6e821c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ plugins {
}

val MINECRAFT_VERSION by extra { "1.21.4" }
val NEOFORGE_VERSION by extra { "21.4.2-beta" }
val FABRIC_LOADER_VERSION by extra { "0.16.9" }
val FABRIC_API_VERSION by extra { "0.110.5+1.21.4" }
val NEOFORGE_VERSION by extra { "21.4.59-beta" }
val FABRIC_LOADER_VERSION by extra { "0.16.10" }
val FABRIC_API_VERSION by extra { "0.114.3+1.21.4" }

// This value can be set to null to disable Parchment.
val PARCHMENT_VERSION by extra { null }

// https://semver.org/
val MAVEN_GROUP by extra { "me.flashyreese.mods" }
val ARCHIVE_NAME by extra { "reeses-sodium-options" }
val MOD_VERSION by extra { "1.8.2" }
val MOD_VERSION by extra { "1.8.3" }
val SODIUM_VERSION by extra { "mc1.21.4-0.6.5" }

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
}
},
"depends": {
"minecraft": ">=1.21.4",
"sodium": ">=0.6.2"
"minecraft": ">=1.21",
"sodium": ">=0.6.5"
},
"breaks": {
"iris": "<1.1.4",
Expand Down
4 changes: 2 additions & 2 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Replaces Sodium's Options Screen
[[dependencies.reeses_sodium_options]]
modId = "minecraft"
type = "required"
versionRange = "[1.21.4,)"
versionRange = "[1.21,)"
ordering = "NONE"
side = "CLIENT"

[[dependencies.reeses_sodium_options]]
modId = "sodium"
type = "required"
versionRange = "[0.6.2,)"
versionRange = "[0.6.5,)"
ordering = "NONE"
side = "CLIENT"

Expand Down

0 comments on commit 6e821c7

Please sign in to comment.