Skip to content

Commit c07b84b

Browse files
Update KlassicX and Minecraft versions
Bumped KlassicX dependency to 2025.11.26.1906 and updated minecraftVersion to 1.21.10 in gradle.properties for compatibility with latest releases.
1 parent f7ec82b commit c07b84b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030

3131
api("dev.fruxz:stacked:2024.1.1")
3232

33-
api("cc.modlabs:KlassicX:2025.6.21.1902")
33+
api("cc.modlabs:KlassicX:2025.11.26.1906")
3434

3535
api("com.squareup.okhttp3:okhttp:4.12.0")
3636

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22

3-
minecraftVersion=1.21.6
3+
minecraftVersion=1.21.10

0 commit comments

Comments
 (0)