Configurate should be set for YAML

This commit is contained in:
nossr50 2019-02-10 00:35:25 -08:00
parent 401cc3e35b
commit 67cc162e07

View File

@ -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)
}