aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/crimson/kuudra
AgeCommit message (Collapse)Author
2024-06-181.21Aaron
2024-05-08fix indent in KuudraWaypoints.javaYasin
2024-05-08debloat SkyblockerConfig.java + translate changeYasin
removed text.autoconfig. prefix new way is skyblocker.option.
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message.
2024-02-18Better location management (#547)Ghost
* Better location management * Location enum rework * Removed unused constants
2024-01-26Improve Supplies & Fuel Waypoint accuracyAaron
2024-01-26Use correct constructorAaron
2024-01-26Tweak waypointsAaron
Thanks to Fluboxer for the suggestions!
2024-01-26Arrow Poison WarningsAaron
2024-01-25Kuudra WaypointsAaron