Skip to content

Trouser-Streak v1.1.3

Compare
Choose a tag to compare
@etianl etianl released this 28 Jul 00:20
· 87 commits to main since this release
86d62a3

Release for 1.21, and 1.20.6! Use the correct jar for your version. Source for 1.20.6 is in the zip file here, and in the 1.20.6 branch.

New Module!

  • Added the Hole/TunnelFinder module which can detect 1x1 holes going straight down, and horizontal tunnels of any height. It by default ignores passable blocks such as torches or water but there is an option to have it only detect Air for holes and tunnels.

Tunnels in my single player world:
2024-07-27_17 15 52

More Updates!

  • Added more blocks for the Nether and Overworld old generation detectors to consider in NewerNewChunks. This will improve detection and reduce false positives in relation to their detections.
  • Reduced the amount of blocks the old generation detectors for Nether and Overworld are detecting just a little to improve performance slightly in NewerNewChunks.
  • Added a detector for BaseFinder for detecting Nether roof builds. If there is anything other than a red or brown mushroom at or above Y 128 in the nether it will be flagged.
  • Reverted the taskExecutor for loading chunkdata for BaseFinder and NewerNewChunks back to just being single threaded because multithreading it did not actually provide any benefit.
  • Added falling_block entity support for Boom+, this allows you to throw any blocks when in Creative mode at things. Fixes this issue: #43

See the releases page for previous changelogs if you missed the last couple updates. :)