Skip to content

Commit 22d5950

Browse files
committed
Update to 1.20.4
1 parent 5b44b3e commit 22d5950

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "dev.isxander"
14-
version = "1.7.0+1.20.3"
14+
version = "1.7.0+1.20.4"
1515
val isAlpha = "alpha" in version.toString()
1616
val isBeta = "beta" in version.toString()
1717
if (isAlpha) println("Controlify alpha version detected.")
@@ -184,7 +184,7 @@ publishMods {
184184
modLoaders.add("fabric")
185185

186186
// modrinth and curseforge use different formats for snapshots. this can be expressed globally
187-
val stableMCVersions = listOf("1.20.2")
187+
val stableMCVersions = listOf("1.20.3", "1.20.4")
188188

189189
val modrinthId: String by project
190190
if (modrinthId.isNotBlank() && hasProperty("modrinth.token")) {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ machete = "2.+"
55
grgit = "5.0.+"
66
blossom = "1.3.+"
77

8-
minecraft = "1.20.3"
8+
minecraft = "1.20.4"
99
quilt_mappings = "0"
1010
fabric_loader = "0.14.25"
1111
fabric_api = "0.91.1+1.20.3"
1212
mixin_extras = "0.2.0"
13-
yet_another_config_lib = "3.3.0-beta.1+1.20.3"
13+
yet_another_config_lib = "3.3.1+1.20.4"
1414
mod_menu = "9.0.0-pre.1"
1515
hid4java = "0.7.0"
1616
quilt_json5 = "1.0.3"

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"accessWidener": "controlify.accesswidener",
3939
"depends": {
4040
"fabricloader": ">=0.14.21",
41-
"minecraft": "1.20.3",
41+
"minecraft": "~1.20.4",
4242
"java": ">=17",
43-
"yet_another_config_lib_v3": ">=3.0.0-",
43+
"yet_another_config_lib_v3": ">=3.0.0",
4444
"fabric-api": "*"
4545
},
4646
"breaks": {

0 commit comments

Comments
 (0)