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> |
||
---|---|---|
.. | ||
bukkit | ||
cli | ||
core | ||
fabric | ||
forge | ||
sponge | ||
build.gradle.kts | ||
README.md |
This project shades API libraries, i.e. those libraries
whose classes are publicly referenced from -core
classes.
This project does not shade implementation libraries, i.e. those libraries whose classes are internally depended on.
This is because the main reason for shading those libraries is for
their internal usage in each platform, not because we need them available to
dependents of -core
to compile and work with WorldEdit's API.