Plex-FAWE/worldedit-libs/core/build.gradle.kts
Jordan ad5739e014
ref: switch from adventure NBT to LinBus (#2778)
* 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>
2024-06-26 21:55:47 +02:00

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)
}