Change external jar classpath to FastAsyncWorldEdit (#1016)

Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
KleinCrafter 2021-04-10 23:28:20 +02:00 committed by GitHub
parent 88764d8d46
commit 64a0a1d8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ fun Project.applyShadowConfiguration() {
val CLASSPATH = listOf("truezip", "truevfs", "js")
.map { "$it.jar" }
.flatMap { listOf(it, "WorldEdit/$it") }
.flatMap { listOf(it, "FastAsyncWorldEdit/$it") }
.joinToString(separator = " ")
sealed class WorldEditKind(