Added Shaders

This commit is contained in:
Cloudburst
2021-05-24 08:34:13 +02:00
parent e38f0c2d70
commit 9625814032
4 changed files with 112 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
modules.add(new NewChunks());
modules.add(new ObsidianFarm());
modules.add(new RenderInvisible());
modules.add(new Shaders());
modules.add(new SkeletonESP());
modules.add(new Sneak());
modules.add(new SoundLocator());