diff --git a/README.md b/README.md index 0c9492b..ed1d747 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ All language files are located [here](src/main/resources/lang) feel free to fork one of the language files and help translate! +## Libraries +BetterRTP uses and is compiled with the following libraries: + +- [ParticleLib](https://github.com/ByteZ1337/ParticleLib) (included) - Particles library by ByteZ1337. Find all supported particles [here](https://github.com/ByteZ1337/ParticleLib/blob/master/src/main/java/xyz/xenondevs/particle/ParticleEffect.java) +- [PaperLib](https://github.com/PaperMC/PaperLib) (included) - Library for interfacing with PaperMC specific APIs, used for async chunk loading. + ## Where's the Wiki? The wiki is available [here](../../wiki)!