Skip to content

Commit

Permalink
Update to piston-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Jun 21, 2022
1 parent c709c69 commit 5b695e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'net.fabricmc'
version '1.5.1'
version '1.5.2'

def ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private MinecraftLauncherMeta(List<Version> versions) {
}

public static MinecraftLauncherMeta getMeta() throws IOException {
String url = "https://launchermeta.mojang.com/mc/game/version_manifest.json";
String url = "https://piston-meta.mojang.com/mc/game/version_manifest.json";
String json = IOUtils.toString(new URL(url), StandardCharsets.UTF_8);
return GSON.fromJson(json, MinecraftLauncherMeta.class);
}
Expand Down

0 comments on commit 5b695e1

Please sign in to comment.