aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/de/hysky/skyblocker/skyblock/dungeon
AgeCommit message (Collapse)Author
2024-05-20Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705)Kevin
2024-05-01Remove formatting codes from a few forgotten classesAaron
Fixes Quiz, Threee Weirdos and other solvers
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-19Optimize ice fillKevinthegreat
2024-02-19Change IceFill from bfs to dfsKevinthegreat
2024-02-19Finish silverfish and ice fill solversKevinthegreat
2023-12-23Merge pull request #456 from kevinthegreat1/item-utils-testAaron
Item Utils & Random Tests
2023-12-22Add fabric loader junit and ItemUtilsTestKevinthegreat
2023-12-21Refactor puzzle solversKevinthegreat
2023-12-19Rename Dungeon ManagerKevinthegreat
2023-12-051.20.3-pre2Aaron
2023-11-24Add Chest Value (#428)Kevin
2023-11-12Add secret waypoint testsKevinthegreat
2023-10-09new pr because fixing merge conflict would take too longYasin