mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-23 00:06:54 +00:00
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>
This commit is contained in:
@ -12,5 +12,10 @@ dependencies {
|
||||
"shade"(libs.piston)
|
||||
"shade"(libs.pistonRuntime)
|
||||
"shade"(libs.pistonImpl)
|
||||
"shade"(libs.adventureNbt)
|
||||
// Linbus
|
||||
"shade"(platform(libs.linBus.bom))
|
||||
"shade"(libs.linBus.common)
|
||||
"shade"(libs.linBus.stream)
|
||||
"shade"(libs.linBus.tree)
|
||||
"shade"(libs.linBus.format.snbt)
|
||||
}
|
||||
|
Reference in New Issue
Block a user