mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-01 02:17:11 +00:00
705f580290
- Drop paranamer, you can access parameter names at runtime with Java 8+ natively
17 lines
455 B
Plaintext
17 lines
455 B
Plaintext
applyLibrariesConfiguration()
|
|
|
|
dependencies {
|
|
"shade"(libs.adventureTextApi)
|
|
"shade"(libs.adventureTextSerializerGson)
|
|
"shade"(libs.adventureTextSerializerLegacy)
|
|
"shade"(libs.adventureTextSerializerPlain)
|
|
"shade"(libs.jchronic) {
|
|
exclude(group = "junit", module = "junit")
|
|
}
|
|
"shade"(libs.jlibnoise)
|
|
"shade"(libs.piston)
|
|
"shade"(libs.pistonRuntime)
|
|
"shade"(libs.pistonImpl)
|
|
"shade"(libs.adventureNbt)
|
|
}
|