This commit is contained in:
ajgeiss0702
2021-07-09 18:24:54 -07:00
parent 61e91587a6
commit 7a6d97229a
19 changed files with 351 additions and 15 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ repositories {
dependencies {
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.5")
compileOnly("us.ajg0702:ajUtils:1.1.6")
compileOnly("org.spongepowered:configurate-yaml:4.0.0")
implementation(project(":api"))
}