Skip to content

Commit

Permalink
Use hysky redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Mar 24, 2024
1 parent 1d33031 commit b21515c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum TooltipInfoType implements Runnable {
OBTAINED(itemTooltip -> itemTooltip.enableObtainedDate),
MUSEUM("https://hysky.de/api/museum", itemTooltip -> itemTooltip.enableMuseumInfo, true),
COLOR("https://hysky.de/api/color", itemTooltip -> itemTooltip.enableExoticTooltip, true),
ACCESSORIES("https://api.azureaaron.net/skyblock/accessories", itemTooltip -> itemTooltip.enableAccessoriesHelper, true, AccessoriesHelper::refreshData);
ACCESSORIES("https://hysky.de/api/accessories", itemTooltip -> itemTooltip.enableAccessoriesHelper, true, AccessoriesHelper::refreshData);

private final String address;
private final Predicate<SkyblockerConfig.ItemTooltip> dataEnabled;
Expand Down

0 comments on commit b21515c

Please sign in to comment.