Plex-FAWE/worldedit-libs
renovate[bot] af1a3c3ddb
Update dependency net.kyori:adventure-nbt to v4.8.1 (#1161)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-01 22:57:52 +02:00
..
bukkit Feature/1.17 (#1120) 2021-07-01 22:16:25 +02:00
cli feature(cli): Added a CLI version of WorldEdit, and allowed most commands to be run from console (#508) 2019-08-25 19:58:28 +10:00
core Update dependency net.kyori:adventure-nbt to v4.8.1 (#1161) 2021-07-01 22:57:52 +02:00
fabric Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
forge Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
sponge Only scan used repositories 2021-01-21 13:07:17 +01:00
build.gradle.kts fix dependencies 2019-08-26 05:45:03 +01:00
README.md Fixed a null pointer. Merged in a bunch of CLI stuff. 2019-09-02 15:22:43 -04:00

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.