Skip to content

Commit 1cdf8e0

Browse files
committed
upgrade splitscreen to 1.21.8
1 parent f113214 commit 1cdf8e0

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

splitscreen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232

3333
val lwjglVersion = when (project.mcVersion) {
34-
"1.21.7" -> "3.3.3"
34+
"1.21.8" -> "3.3.3"
3535
else -> throw IllegalStateException("Can't get LWJGL version for: $mcVersion")
3636
}
3737

File renamed without changes.

stonecutter.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ plugins {
1212

1313
stonecutter active file("versions/current")
1414

15+
stonecutter.tree.nodes.forEach { it.project.plugins.apply("dev.kikugie.stonecutter") }
16+
1517
// subprojects depend themselves on this task
1618
val releaseModVersions by tasks.registering {
1719
group = "controlify"

versions/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"1.21.1-fabric:1.21.1", "1.21.1-neoforge:1.21.1"
1212
],
1313
"splitscreen": [
14-
"1.21.7-fabric:1.21.7"
14+
"1.21.8-fabric:1.21.8"
1515
]
1616
}
1717
}

0 commit comments

Comments
 (0)