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