Update README.md

This commit is contained in:
RonanCraft 2020-08-11 20:33:20 -04:00 committed by GitHub
parent 951887913c
commit 3b8b7b0b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)!