Browse Source

Configurate should be set for YAML

nossr50 6 years ago
parent
commit
67cc162e07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/build.gradle.kts

+ 1 - 1
core/build.gradle.kts

@@ -8,5 +8,5 @@ repositories {
 }
 
 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)
 }