Skip to content

Trouser-Streak v1.3.9

Compare
Choose a tag to compare
@etianl etianl released this 06 Jan 07:52
· 4 commits to main since this release
891712a

Customer Support: https://discord.gg/Az3G3p4ZCj
If you like Trouser Streak give it a star on github!

CAVE_AIR Update and much more!

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.
    image
    image

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

  • 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 detected positions get cleared on switching dimension to prevent the renders still being visible from the previous dimension in the ActivatedSpawnerDetector and PotESP modules.
  • 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 and may prevent some crashes with 40 files changed! Thank you to https://github.com/DonKisser for their contributions!