Skip to content

Commit 20be375

Browse files
Aktualisiere Fork-Informationen auf "EaglercraftX-Fixed" und Version "fixed-u1"; aktiviere GitHub-Button im Hauptmenü
1 parent 77fa336 commit 20be375

3 files changed

Lines changed: 14 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ public class EaglercraftVersion {
99

1010
/// Customize these to fit your fork:
1111

12-
public static final String projectForkName = "EaglercraftX";
13-
public static final String projectForkVersion = "u53";
14-
public static final String projectForkVendor = "lax1dude";
12+
public static final String projectForkName = "EaglercraftX-Fixed";
13+
public static final String projectForkVersion = "fixed-u1";
14+
public static final String projectForkVendor = "Stoppedwumm";
1515

16-
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
16+
public static final String projectForkURL = "https://git.nerdvpn.de/Stoppedwumm/eaglercraft-fixed";
1717

1818
//////////////////////////////////////////////////////////////////////
1919

2020
public static final String projectOriginName = "EaglercraftX";
2121
public static final String projectOriginAuthor = "lax1dude";
2222
public static final String projectOriginRevision = "1.8";
23-
public static final String projectOriginVersion = "u53";
23+
public static final String projectOriginVersion = "fixed-u1";
2424

2525
public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8"; // rest in peace
2626

2727
// EPK Version Identifier
2828

29-
public static final String EPKVersionIdentifier = "u53"; // Set to null to disable EPK version check
29+
public static final String EPKVersionIdentifier = "fixed-u1"; // Set to null to disable EPK version check
3030

3131
// Updating configuration
3232

3333
public static final boolean enableUpdateService = true;
3434

3535
public static final String updateBundlePackageName = "net.lax1dude.eaglercraft.v1_8.client";
36-
public static final int updateBundlePackageVersionInt = 53;
36+
public static final int updateBundlePackageVersionInt = 1;
3737

3838
public static final String updateLatestLocalStorageKey = "latestUpdate_" + updateBundlePackageName;
3939

@@ -68,7 +68,7 @@ public class EaglercraftVersion {
6868

6969
public static final long demoWorldSeed = (long) "North Carolina".hashCode();
7070

71-
public static final boolean mainMenuEnableGithubButton = false;
71+
public static final boolean mainMenuEnableGithubButton = true;
7272

7373
public static final boolean forceDemoMode = false;
7474

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)