mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-01 10:27:11 +00:00
ad5739e014
* Switch from adventure NBT to LinBus * Cleanup * Clean * Reimplement NumberTag behaviour * Use 0.1.0 release * Fix build, remove fawe tags --------- Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
22 lines
608 B
Plaintext
22 lines
608 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)
|
|
// Linbus
|
|
"shade"(platform(libs.linBus.bom))
|
|
"shade"(libs.linBus.common)
|
|
"shade"(libs.linBus.stream)
|
|
"shade"(libs.linBus.tree)
|
|
"shade"(libs.linBus.format.snbt)
|
|
}
|