implement CLI world & chunk

This commit is contained in:
dfsek
2021-12-21 20:54:39 -07:00
parent 5ea6f44a96
commit d49ee4f3fc
6 changed files with 241 additions and 2 deletions
+4 -2
View File
@@ -7,9 +7,11 @@ dependencies {
shadedApi("com.github.Querz:NBT:6.1")
shadedApi(project(":common:implementation:base"))
implementation("com.google.guava:guava:31.0.1-jre")
shadedImplementation("com.google.guava:guava:31.0.1-jre")
implementation("ch.qos.logback:logback-classic:1.2.7")
shadedImplementation("ch.qos.logback:logback-classic:1.2.7")
shadedImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
}
tasks.named("build") {