Skip to content

Commit

Permalink
fix: use non-beta pack
Browse files Browse the repository at this point in the history
  • Loading branch information
AsoDesu committed Sep 28, 2023
1 parent 2d885ec commit 04398d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class ResourcePackUpdater {
public static final Logger logger = LoggerFactory.getLogger(ResourcePackUpdater.class);

private static final String url = "https://raw.githubusercontent.com/AsoDesu/islandutils-assets/master/pack_beta.json";
private static final String url = "https://raw.githubusercontent.com/AsoDesu/islandutils-assets/master/pack.json";
private static final Component title = Component.literal(translate("Island Utils"));
private static final Component desc = Component.literal(translate("&6Music Resources"));
HttpClient client;
Expand Down

0 comments on commit 04398d7

Please sign in to comment.