Fleshing out the abstraction

This commit is contained in:
nossr50
2019-02-12 06:54:32 -08:00
parent b6a56d6865
commit 1ab4645223
16 changed files with 97 additions and 33 deletions

View File

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