aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/mixins/ClientPlayNetworkHandlerMixin.java
AgeCommit message (Collapse)Author
2024-07-15add wishing compass solverolim
2024-07-01clean importsolim
2024-07-01fix importolim
2024-07-01make it so all block updates are recivedolim
this fixes swiftness and mastery solver
2024-07-01fix tenacity helperolim
rework tenacity helper to use particals to work out randomness and fix to be mainly accurate
2024-07-01add masteryTest helperolim
create helper for the mastery challenge
2024-07-01add swiftness helperolim
works but for some reason some block updates are not sent to the function so sometimes dose not update
2024-05-23Clean up small formattingKevinthegreat
2024-05-23Remove unused importRime
2024-05-23Refactor EggFinder for CompactDamage compatibilityRime
2024-05-23Mixin into ClientPlayNetworkHandler.onEntityTrackerUpdate to check for egg ↵Rime
spawns
2024-05-23Egg Finder initial commitRime
Current issues: - Rendered waypoints do not turn off, can't figure out why - Entity equipment is sent before the chat message for new eggs, creating situations where the "found" message is repeated twice
2024-05-13Refactor ClientPlayNetworkHandlerMixin.skyblocker$onEntityTrackerUpdate to ↵Rime
use logger
2024-05-10Refactored config to work with the new config categorizationRime
Changed formatting method From DecimalFormat to String#formatted to make it easier to configure. Also, the precision setting now applies instantly.
2024-05-10Refactor entity type & null checkRime
2024-05-10Add compact damageRime
2024-04-26Pluralize the mixin and accessor packagesAaron