1+ // mark as something
12package net .lax1dude .eaglercraft .v1_8 ;
23
34import java .math .BigInteger ;
@@ -9,31 +10,31 @@ public class EaglercraftVersion {
910
1011 /// Customize these to fit your fork:
1112
12- public static final String projectForkName = "EaglercraftX" ;
13- public static final String projectForkVersion = "u53 " ;
14- public static final String projectForkVendor = "lax1dude " ;
13+ public static final String projectForkName = "EaglercraftX-Fixed " ;
14+ public static final String projectForkVersion = "fixed-u1 " ;
15+ public static final String projectForkVendor = "Stoppedwumm " ;
1516
16- public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8 " ;
17+ public static final String projectForkURL = "https://git.nerdvpn.de/Stoppedwumm/eaglercraft-fixed " ;
1718
1819 //////////////////////////////////////////////////////////////////////
1920
2021 public static final String projectOriginName = "EaglercraftX" ;
2122 public static final String projectOriginAuthor = "lax1dude" ;
2223 public static final String projectOriginRevision = "1.8" ;
23- public static final String projectOriginVersion = "u53 " ;
24+ public static final String projectOriginVersion = "fixed-u1 " ;
2425
2526 public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8" ; // rest in peace
2627
2728 // EPK Version Identifier
2829
29- public static final String EPKVersionIdentifier = "u53 " ; // Set to null to disable EPK version check
30+ public static final String EPKVersionIdentifier = "fixed-u1 " ; // Set to null to disable EPK version check
3031
3132 // Updating configuration
3233
3334 public static final boolean enableUpdateService = true ;
3435
3536 public static final String updateBundlePackageName = "net.lax1dude.eaglercraft.v1_8.client" ;
36- public static final int updateBundlePackageVersionInt = 53 ;
37+ public static final int updateBundlePackageVersionInt = 1 ;
3738
3839 public static final String updateLatestLocalStorageKey = "latestUpdate_" + updateBundlePackageName ;
3940
@@ -68,7 +69,7 @@ public class EaglercraftVersion {
6869
6970 public static final long demoWorldSeed = (long ) "North Carolina" .hashCode ();
7071
71- public static final boolean mainMenuEnableGithubButton = false ;
72+ public static final boolean mainMenuEnableGithubButton = true ;
7273
7374 public static final boolean forceDemoMode = false ;
7475
0 commit comments