From 3b8b7b0b382506a35cb523c8eca884bc8dfcc293 Mon Sep 17 00:00:00 2001 From: RonanCraft Date: Tue, 11 Aug 2020 20:33:20 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)!