Skip to content

Commit 709bd55

Browse files
committed
Update cloud-minecraft and build with Minecraft 1.21.7
1 parent d9543f4 commit 709bd55

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ ktlint = "0.50.0"
66
errorprone = "2.27.1"
77

88
cloud = "2.0.0"
9-
cloudMinecraft = "2.0.0-beta.10"
9+
cloudMinecraft = "2.0.0-beta.11"
1010
geantyref = "1.3.16"
1111

1212
immutables = "2.11.0"
1313

14-
minecraft = "1.21.6"
14+
minecraft = "1.21.7"
1515
fabricLoader = "0.16.14"
1616
fabricPermissionsApi = "0.4.1"
17-
neoforge = "21.6.11-beta"
18-
neoform = "1.21.6-20250617.151856"
17+
neoforge = "21.7.17-beta"
18+
neoform = "1.21.7-20250630.141722"
1919
adventureMod = "6.4.0"
2020

2121
[libraries]

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencyResolutionManagement {
3434

3535
versionCatalogs {
3636
create("fabricApiLibs") {
37-
from("net.fabricmc.fabric-api:fabric-api-catalog:0.127.1+1.21.6")
37+
from("net.fabricmc.fabric-api:fabric-api-catalog:0.129.0+1.21.7")
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)