Skip to content

Commit 42f3a71

Browse files
committed
feat: Updated Fabric dependencies
1 parent b210333 commit 42f3a71

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

fabric/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ dependencies {
1313
modImplementation(libs.fabric.loader)
1414
modImplementation(libs.fabric.api)
1515
modImplementation(libs.adventure.platform.fabric)
16-
// modImplementation(libs.snakeyaml)
17-
// include(libs.snakeyaml)
1816
}
1917

2018
tasks {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ junit = "6.0.0"
44
blossom = "2.1.0"
55
shadow = "9.2.2"
66
fabric-loader = "0.17.3"
7-
fabric-api = "0.133.14+1.21.9"
8-
minecraft = "1.21.8"
9-
adventurefabric = "6.6.0"
7+
fabric-api = "0.135.0+1.21.10"
8+
minecraft = "1.21.10"
9+
adventurefabric = "6.7.0"
1010

1111
[libraries.miniplaceholders]
1212
group = "io.github.miniplaceholders"

0 commit comments

Comments
 (0)