aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-23Attempt to fix decimal format depending on the user's localeRime
2024-05-23Revert ItemUtils.getHeadTexture change and add ↵Rime
ItemUtils.getHeadTextureOptional instead
2024-05-23Add thousand separators to the CPS formatRime
2024-05-23Add the meaning of highlight colors to the config descriptionRime
2024-05-23Fix missing `RegexUtils.`Rime
2024-05-23Add tooltips for the chocolate factoryRime
Also fix unemployed coach crashing the game
2024-05-23Fix unemployed rabbits crashing the gameRime
2024-05-23Refactor ChocolateFactorySolver in preparation of tooltipsRime
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Refactor EggFinder for CompactDamage compatibilityRime
2024-05-23Refactor code, fix coach calculation and attempt to highlight the best ↵Rime
affordable pick I tried to make the best pick still have yellow highlight while keeping the best affordable pick green but it's not working for some reason and I have no idea what's causing it'.
2024-05-23Add season check to EggFinderRime
2024-05-23Add SkyblockTimeRime
Not sure if the AtomicReferences are helping with anything, just followed copilot.
2024-05-23Time tower fix attemptRime
2024-05-23Mixin into ClientPlayNetworkHandler.onEntityTrackerUpdate to check for egg ↵Rime
spawns
2024-05-23Change uses of raw integers to colors from FormattingRime
2024-05-23Improve TIME_TOWER_PATTERN regex in case of failure with the use of ↵Rime
Matcher#matches
2024-05-23Add coach cps calculation to the ChocolateFactorySolverRime
2024-05-23Add Time Tower ReminderRime
2024-05-23Add missing LUNCH EggType to EggType.entriesRime
2024-05-23Code formattingRime
2024-05-23Fix waypoint rendering not turning offRime
2024-05-23Refactor null handling in EggFinder.checkIfEggRime
2024-05-23Fix incorrect textures for EggFinder.EggTypeRime
2024-05-23Add support for unemployed rabbitsRime
- Refactored ItemUtils.getHeadTexture to use the property iterator instead of streams and return Optional<String> rather than empty string to make the results clear and easier to work with. - Refactored regex matching logic in ChocolateFactorySolver.getCPSIncreaseFactor to a separate function
2024-05-23Add configs and minor code refactorRime
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-23Delete EggFinderDebugUtil to prepare for PRRime
2024-05-23Updated for 1.20.6 PR compatibilityRime
Add EggFinderDebugUtil for finding egg locations quickly, to be removed later. Not tested.
2024-05-23Add chocolate factory helperRime
Highlights the best pick based on the price and CPS gain.
2024-05-22Change draw orderAaron
Previously it could draw on top of the hotbar at larger GUI scales
2024-05-22Removed .enabledf3shqt
2024-05-22Moved Strings downf3shqt
2024-05-22Fix formattingf3shqt
2024-05-22Fixed Config and Added Glacite Tunnels Sectionf3shqt
2024-05-22Fixed Checkf3shqt
check was inverted
2024-05-22Changes Implementedf3shqt
Implemented changes suggested and fixed render order to stop clashing with other guis.
2024-05-22Added Cold Overlayf3shqt
Adds Minecraft Cold Overlay to the Glacite Tunnels
2024-05-20Add cultivating counterKevinthegreat
2024-05-20Fix mouse not unlocking when option is turned offKevinthegreat
2024-05-20Add coins per hour and refactor item price calculationsKevinthegreat
2024-05-20Make TerminalSolver interface & ExperimentSolver class sealed (#722)Aaron
* Make TerminalSolver interface sealed * Make ExperimentSolver class sealed
2024-05-20Merge pull request #720 from olim88/fix-signcalculatorKevin
fix bugs
2024-05-20Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705)Kevin
2024-05-20Merge pull request #704 from viciscat/fancier-barsKevin
Fancy status bars bits and pieces