lots of progress

This commit is contained in:
ajgeiss0702
2021-07-06 17:31:21 -07:00
parent 726bb42bc8
commit ff9a2965c1
14 changed files with 543 additions and 35 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ 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.4")
compileOnly("us.ajg0702:ajUtils:1.1.5")
implementation(project(":api"))
}