aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/config/ImageRepoLoader.java
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.
2024-04-26Use Virtual Threads for updating the image repoAaron
This blocks threads for quite some time so its best if we use virtual threads to allow other processes to do work.
2024-03-12Handling for when the directory does not exist yet (#593)Aaron
2024-02-27Image Repo LoaderAaron