mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 11:25:11 +01:00
Fix update checker
This commit is contained in:
@@ -12,7 +12,7 @@ public class PuzzleCore implements ClientModInitializer {
|
||||
public final static String website = "https://github.com/TeamMidnightDust/Puzzle";
|
||||
public static String updateURL = website + "download";
|
||||
|
||||
public final static String UPDATE_URL = "https://raw.githubusercontent.com/TeamMidnightDust/Puzzle/main/puzzle_versions.json";
|
||||
public final static String UPDATE_URL = "https://raw.githubusercontent.com/TeamMidnightDust/Puzzle/1.17/puzzle_versions.json";
|
||||
|
||||
@Override
|
||||
public void onInitializeClient() {
|
||||
|
||||
5
puzzle_versions.json
Normal file
5
puzzle_versions.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"1.17-rc1": "Puzzle A1",
|
||||
"1.17-rc2": "Puzzle A1",
|
||||
"1.17": "Puzzle A1"
|
||||
}
|
||||
Reference in New Issue
Block a user