Skip to content

Commit 00a0e95

Browse files
FaxHackCypphi
andcommitted
Remove exploration modules and add motion Y boost
Removed CaveDisturbanceDetector and PortalPatternFinder modules and their registrations from PathSeeker. Added a new 'Motion Y Boost' setting to ElytraFlyPlusPlus, which cancels upward Y velocity for increased speed when enabled. Credits to Cypphi Co-Authored-By: Cypphi <64902193+cypphi@users.noreply.github.com>
1 parent 3c22330 commit 00a0e95

File tree

4 files changed

+14
-997
lines changed

4 files changed

+14
-997
lines changed

src/main/java/dev/journey/PathSeeker/PathSeeker.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ public void onInitialize() {
3636
//Hunting
3737
Modules.get().add(new ActivatedSpawnerDetector());
3838
Modules.get().add(new StackedMinecartsDetector());
39-
Modules.get().add(new CaveDisturbanceDetector());
40-
Modules.get().add(new PortalPatternFinder());
4139
Modules.get().add(new NewerNewChunks());
4240
Modules.get().add(new BaseFinder());
4341

0 commit comments

Comments
 (0)