added bedrock walk

This commit is contained in:
Cloudburst
2021-08-11 13:25:19 +02:00
parent 0472a53804
commit d0a60e3da3
2 changed files with 184 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
modules.add(new AutoPot());
modules.add(new AutoTNT());
modules.add(new AutoWither());
modules.add(new BedrockWalk());
modules.add(new BoatGlitch());
modules.add(new BlockIn());
modules.add(new BoatPhase());