This repository has been archived by the owner on May 12, 2024. It is now read-only.
1.0.0
New
- New versioning starting at 1.0.0
- Added BreakWarning (#83)
- Added CornerClip
- Added vclip command
- Added rotate command
- Added AntiRegear
- Added AutoRegear
- Added PacketFly
- Added experimental InventorySync module
- Bring back help command
Improve
- Search optimization
- More reliable CevBreaker
- HolePathFinder enables Step
- CevBreak Switch To Pickaxe option
- Make crystal set dead optional in case of desync
- Huge GUI render optimization
- AutoPot prioritize smaller potion stack
- AutoPot offhand mode (switch delay bypass)
- Added corner clip miner mode to BurrowMiner
- AutoEat below health max 36
- HolePathFinder anti piston
- HolePathFinder target hole type option
- Higher range upper bound for Nametags, TextRadar, Radar
- Optimized HolePathFinder algorithm
- AutoCity place anvil/crystal and break crystal options
- BedAura assume instant mine option
- Split InventoryManager into standalone modules
- Better FastSwim bounding box check
- Improved UI animation
- Removed GUI color setting chaos
- New GUI color theme
Fix
- Fixed InventoryManager config loading issue (#88)
- Fixed ChestStealer conflicts with rusherhack
- Fixed duplicated settings in GUI (#84)
- Fixed BedAura speed counter
- Fixed MapSetting and CollectionSetting typing
- Fixed AutoOffhand force switching to totem in main hand mode
- Fixed packet events in single player
- Fixed PacketLogger settings
- Fixed AutoCity ca compact
- Fixed VisualRange LogoutLogger entity out of range check
- Update UI hovered child on tick to fix issue when scrolling
- Fixed hud element pos glitching with docking
Misc
- EntityManager look up by id
- Enable teammate targeting by default
- Changed Step Enable Ticks default value to 0
- Use normal jar for updateMods debugging
- Automated nightly build
- Upload Jar directly using Discord webhook
- Dev login
- Removed dirty flag synchronization in HoleManager
- Force cancel inventory tasks in queue on world change
- Reset InventoryTaskManager timer on logout
- Removed unused float buffer in ProjectionUtils
- Renamed AutoRefill to HotbarRefill
- Lowered AutoCity module priority
- Updated kotlin and kotlinx coroutine
- Fixed fastutils typed remove method usage
- Big package refactor