Browse Source

Configurate should be set for YAML

nossr50 6 năm trước cách đây
mục cha
commit
67cc162e07
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/build.gradle.kts

+ 1 - 1
core/build.gradle.kts

@@ -8,5 +8,5 @@ repositories {
 }
 }
 
 
 dependencies {
 dependencies {
-    compile("org.spongepowered", "configurate-hocon", "3.6") // Configurable (config library from Sponge)
+    compile("org.spongepowered", "configurate-yaml", "3.6") // Configurable (config library from Sponge)
 }
 }