Skip to content

Commit

Permalink
use Addon-List link
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Aug 21, 2024
1 parent a0adde8 commit 1a2486d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public AddonDownloader(BetterGUI plugin) {
public void postEnable() {
AddonManager addonManager = plugin.get(AddonManager.class);
this.downloader = new Downloader(
new JsonDownloadInfoLoader("https://raw.githubusercontent.com/BetterGUI-MC/Addon-List/master/addons.json"),
new JsonDownloadInfoLoader("https://bettergui-mc.github.io/Addon-List/addons.json"),
new WebInputStreamLoader(),
addonManager.getExpansionsDir()
) {
Expand Down

0 comments on commit 1a2486d

Please sign in to comment.