Skip to content

Commit 8bb704e

Browse files
committed
Use correct version checker url
1 parent 0c33718 commit 8bb704e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/cyclops/structuredcrafting/Reference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public final class Reference {
1414
public static final String MOD_BUILD_NUMBER = "@BUILD_NUMBER@";
1515
public static final String MOD_MC_VERSION = "@MC_VERSION@";
1616
public static final String GA_TRACKING_ID = "UA-65307010-3";
17-
public static final String VERSION_URL = "https://raw.githubusercontent.com/CyclopsMC/Versions/master/1.8/StructuredCrafting.txt";
17+
public static final String VERSION_URL = "https://raw.githubusercontent.com/CyclopsMC/Versions/master/1.9/StructuredCrafting.txt";
1818

1919
// MOD ID's
2020
public static final String MOD_FORGE = "Forge";

0 commit comments

Comments
 (0)