aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/de/hysky/skyblocker/skyblock/dungeon/secrets
AgeCommit message (Collapse)Author
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.
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-19Rename Dungeon ManagerKevinthegreat
2023-12-051.20.3-pre2Aaron
2023-11-12Add secret waypoint testsKevinthegreat
2023-10-09new pr because fixing merge conflict would take too longYasin