@Everyone Wurst 7.46.2 is now available, fixing a few more issues that were discovered after the 7.46.1 release. Download it here: https://www.wurstclient.net/updates/wurst-7-46-2/
Changelog
By default, MobSpawnESP will no longer filter out dark spots that are too small for any mobs to spawn, as this filter was found to crash the game sometimes. (/d/841)
Added a "Hitbox check" setting to MobSpawnESP, allowing you to re-enable the filter for dark spots that are too small. The "Unstable" option matches MobSpawnESP's old behavior, while "Slow" is a new version of the filter that shouldn't cause any crashes but significantly slows down the game compared to "Unstable".
Fixed a some weird colors appearing in the sky when Navigator's main screen is open.
Added automated end-to-end testing similar to the client_test
that Fabric API does. Every time the code changes, GitHub Actions will actually run Wurst, do some basic things with it, take screenshots along the way, and report back if anything goes wrong. If for whatever reason you want to run this test yourself, you can do so by adding the JVM argument -Dwurst.e2eTest
.