v1.0.0-beta16-1.20.4
Features
- moved nucleus waypoint 5 blocks up to align it the floor of the nucleus
Bug Fixes
- fix #18 when chest did not track correctly with great explorer maxed
- fix #17, where waypoint where rendered incorrectly
Technical changes
none
v1.0.0-beta16-1.20.6
Features
- moved nucleus waypoint 5 blocks up to align it the floor of the nucleus
Bug Fixes
- fix #18 when chest did not track correctly with great explorer maxed
- fix #17, where waypoint where rendered incorrectly
Technical changes
none
v1.0.0-beta15-1.20.4
Features
- support 1.20.4 and 1.20.6 from now on
Bug Fixes
- improve powder widget config translation
Technical changes
none
v1.0.0-beta15-1.20.6
Features
- support 1.20.4 and 1.20.6 from now on
Bug Fixes
- improve powder widget config translation
Technical changes
none
v1.0.0-beta14-1.20.6
Features
Bug Fixes
+ fix glacite powder parsing
+ add note for metal detector helper conflicting with Skyblocker's metal detector helper
+ fix wrongly creating waypoints
+ fix Corleone waypoint creation
Technical changes
v1.0.0-beta13-1.20.6
Features
+ update to 1.20.6
+ add glacite powder to widgets
Bug Fixes
+ fix waypoints translating correctly
+ fix outline and filled block coloring
Technical changes
v1.0.0-beta12-1.20.4
Features
Bug Fixes
+ also display powder grinding tracker for players with maxed great explorer
+ do not indefinitely create fairy grotto waypoints
Technical changes
v1.0.0-beta10-1.20.4
Features
Bug Fixes
+ create profiledata, if not already existing - how did nobody tell me this.. the mod didn't even work for you sorry!!!
Technical changes
v1.0.0-beta9-1.20.4
Features
+ add recognition of lobbies
= sends a message if you already joined the lobby in this session
Bug Fixes
+ fix occasional wrongly sent HypixelQuit and HypixelJoin events
Technical changes
v1.0.0-beta8-1.20.4
Features
+ add highlighter for non-completed bestiaries
Bug Fixes
+ check bal now also for entitytype
+ also auto-detect goblin queens den and fairy grotto
Technical changes
+ parse profile from messages on level change instead of tablist to be independent from custom tablists
+ parse powder update now also from sideboard
+ remove debugging
+ temporarily remove migrations, as they will be unused for quite some time i think
v1.0.0-beta7-1.20.4
Features
+ display particle highlight now from 5 blocks away instead of 3
+ add highlighter to non-completed collections in /collections menu
+ locate structures now per tick from their respective npcs
= Goblin Queen's Den waypoint is still only created, when finding the crystal
+ allow custom waypoints in Crystal Hollows via /skylper hollows waypoints add <name> <x> <y> <z>
Bug Fixes
+ fix metal detector solver showing wrong waypoints
Technical changes
+ add callbacks to events
= the second generic in listenEvent is now the return type of the event
= there is a new Event interface, that takes the return type as a generic
+ add RenderItemBackground event, that takes a color as a callback
+ add FILLED_WITH_BEAM and FILLED Waypoint type
+ remove state of metal detector solver and just check for existing successWaypoint
+ add LocatedHollowsStructureEvent
+ add ktlint to workflows and build project after commit
v1.0.0-beta6-1.20.4
Features
Bug Fixes
+ now actually fix ktor dependencies
Technical changes
+ add transitiveInclude configuration
v1.0.0-beta5-1.20.4
Features
Bug Fixes
+ fix includes of ktor dependencies
+ make pickaxe ability error message translatable
Technical changes
v1.0.0-beta4-1.20.4
Features
+ add chests per hour and chests per minute to powder grinding overlay
+ add treasure chest lock highlighter
+ change hud overlay title color to gold
+ add total powder overlay
Bug Fixes
+ fix some NPEs
+ fix concurrent modification exception in TableHudWidget
+ fix data resetting of powder grinding tracker
+ now update pickaxe ability level from /hotm screen
Technical changes
+ add function for filled box rendering
+ create new Tracker Api for future extendibility
+ change parameters of ParticleSpawnEvent
+ merge TrackerWidget into Tracker
+ refactor code
+ add mithril and gemstone powder to playerdata
v1.0.0-beta3-1.20.4
Features
+ make mod independent
= now there's only yacl and fabric-api needed
+ add mining ability cooldown indicator and notification
+ update hotm and mining ability state from /hotm screen
Bug Fixes
Technical changes
+ remove dependence on skyblocker
+ update kotlin
+ add 3 new events
+ create Cooldown interface for easy cooldown indicator creation
+ store current screen in PlayerSessionData
v1.0.0-beta2-1.20.4
Features
+ add icon
Bug Fixes
Technical changes
+ update parchment mappings to 1.20.4:2024.02.25
+ update fabric-loader to 0.15.7
+ update fabric-api to 0.96.4
+ update modmenu dependency to 9.0.0
+ update ktor dependency to 2.3.8
v1.0.0-beta1-1.20.4
Features
Crystal Hollows
+ waypoints for:
+ goblin king
+ goblin queen
+ precursor city
+ jungle temple
+ amethyst crystal (explicitly as the jungle temple entrance differs from the crystal)
+ odawa
+ khazad dum
+ mines of divan
+ crystal nucleus
+ fairy grotto
+ corleone
+ key guardian
+ auto waypoint recognition through public chat
+ crystal completion overlay
+ powder grinding overlay
+ session time
+ opened chests
+ farmed mithril and gemstone powder in total/per hour/per minute
+ active double powder event
+ automatic crystal hollows pass renew
+ treasure chest highlighting
+ metal detector helper
Bug Fixes
Technical changes