Explorar el Código

Configurate should be set for YAML

nossr50 hace 6 años
padre
commit
67cc162e07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 }