2019-08-26 06:45:03 +02:00
|
|
|
applyLibrariesConfiguration()
|
|
|
|
|
|
|
|
dependencies {
|
2021-08-01 19:28:51 +02:00
|
|
|
"shade"(libs.adventureTextApi)
|
|
|
|
"shade"(libs.adventureTextSerializerGson)
|
|
|
|
"shade"(libs.adventureTextSerializerLegacy)
|
|
|
|
"shade"(libs.adventureTextSerializerPlain)
|
|
|
|
"shade"(libs.jchronic) {
|
2019-08-26 06:45:03 +02:00
|
|
|
exclude(group = "junit", module = "junit")
|
|
|
|
}
|
2021-08-01 19:28:51 +02:00
|
|
|
"shade"(libs.jlibnoise)
|
|
|
|
"shade"(libs.piston)
|
|
|
|
"shade"(libs.pistonRuntime)
|
|
|
|
"shade"(libs.pistonImpl)
|
|
|
|
"shade"(libs.adventureNbt)
|
2019-08-26 06:45:03 +02:00
|
|
|
}
|