aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/de/hysky/skyblocker/skyblock/item
AgeCommit message (Collapse)Author
2024-06-181.21Aaron
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-10-17Codec-based TestAaron
2023-10-09new pr because fixing merge conflict would take too longYasin