Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.3.9 PortalPatternFinder and much more!
**v1.3.9** CAVE_AIR Update! ## New Modules! **PortalPatternFinder** - Scans for the shapes of broken/removed Nether Portals within the cave air blocks found in caves and underground structures in 1.13+ chunks. - This may be useful for finding portal skips in the Nether because there is alot of cave generation containing CAVE_AIR. **CaveDisturbanceDetector** - Scans for single air blocks within the cave air blocks found in caves and underground structures in 1.13+ chunks. - There is alot of false positives with this module due to random single air blocks that can naturally occur in caves, mineshafts, etc. ## Other Changes - Made detected positions get cleared on switching dimension to prevent the renders still being visible from the previous dimension in the **ActivatedSpawnerDetector** and **PotESP** modules. - Added an option so you can turn off chat feedback in ActivatedSpawnerDetector and BaseFinder. - Added an option enabled by default to **ActivatedSpawnerDetector** which scans for disturbances in the air around the spawner blocks if the timer value is 20 or 0. If someone placed a block and removed it immediately around the spawner this will detect that within chunks generated in Minecraft version 1.13+. - Added an option for tracers to **PotESP** and **ActivatedSpawnerDetector**. This also includes an option to only show one tracer to the nearest detected thing. - Made the small box around the spawner and the tracer still render when no chests within are in range of spawner when "Less Render Spam" is enabled in **ActivatedSpawnerDetector**. - Merged this pull request #76 that cleaned up a bunch of my code with 40 files changed! Thank you to https://github.com/DonKisser for their contributions!
- Loading branch information