mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 05:04:43 +02:00
Fleshing out the abstraction
This commit is contained in:
@ -5,8 +5,11 @@ plugins {
|
||||
repositories {
|
||||
// Repo containing the Configurable library
|
||||
maven("https://repo.spongepowered.org/maven")
|
||||
// Flow Math
|
||||
maven("https://oss.sonatype.org/content/groups/public/")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile("com.flowpowered", "flow-math", "1.0.4-SNAPSHOT")
|
||||
compile("org.spongepowered", "configurate-yaml", "3.6") // Configurable (config library from Sponge)
|
||||
}
|
||||
|
Reference in New Issue
Block a user