Added Custom Packets Module (badlion:mods)

This commit is contained in:
Cloudburst
2021-07-18 13:31:33 +02:00
parent 8351d51c6a
commit 73998e29d1
5 changed files with 167 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
modules.add(new ColorSigns());
modules.add(new Confuse());
modules.add(new CoordLogger());
modules.add(new CustomPackets());
modules.add(new InteractionMenu());
modules.add(new Lavacast());
modules.add(new NewChunks());