Skip to content

Commit d9cb494

Browse files
Merge pull request #1 from StoppedwummPython/version-fix
Aktualisiere Fork-Informationen auf "EaglercraftX-Fixed" und Version "fixed-u1"; aktiviere GitHub-Button im Hauptmenü
2 parents 6213245 + e045fd3 commit d9cb494

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

CREDITS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
- Created the Gradle plugin
3434
- Proponent of Kotlin DSL
3535

36+
Stoppedwumm:
37+
- Fixing Eaglercraft BuildTools.jar
38+
- Uploading to github
39+
3640

3741

3842
Code used within EaglercraftX
@@ -976,8 +980,4 @@
976980
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
977981
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
978982

979-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
980-
981-
Make sure you also update the copy of this file in "sources/resources/assets/eagler/CREDITS.txt"
982-
983-
The content of both files should match, but not include this notice in the resources one
983+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

sources/main/java/net/lax1dude/eaglercraft/v1_8/EaglercraftVersion.java

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// mark as something
12
package net.lax1dude.eaglercraft.v1_8;
23

34
import 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
u53
1+
fixed-u1

0 commit comments

Comments
 (0)