mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-12 17:25:28 +02:00
Configurate should be set for YAML
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user