We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b210333 commit 42f3a71Copy full SHA for 42f3a71
fabric/build.gradle.kts
@@ -13,8 +13,6 @@ dependencies {
13
modImplementation(libs.fabric.loader)
14
modImplementation(libs.fabric.api)
15
modImplementation(libs.adventure.platform.fabric)
16
-// modImplementation(libs.snakeyaml)
17
-// include(libs.snakeyaml)
18
}
19
20
tasks {
gradle/libs.versions.toml
@@ -4,9 +4,9 @@ junit = "6.0.0"
4
blossom = "2.1.0"
5
shadow = "9.2.2"
6
fabric-loader = "0.17.3"
7
-fabric-api = "0.133.14+1.21.9"
8
-minecraft = "1.21.8"
9
-adventurefabric = "6.6.0"
+fabric-api = "0.135.0+1.21.10"
+minecraft = "1.21.10"
+adventurefabric = "6.7.0"
10
11
[libraries.miniplaceholders]
12
group = "io.github.miniplaceholders"
0 commit comments