remove code from a certain hack client

This commit is contained in:
HoosierTransfer 2024-09-11 19:22:54 -04:00
parent 7027b6d40a
commit 3ffecddb3a
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ dependencies {
}
teavm.js {
obfuscated = false
obfuscated = true
sourceMap = true
targetFileName = "../classes.js"
optimization = org.teavm.gradle.api.OptimizationLevel.AGGRESSIVE
@ -60,7 +60,7 @@ tasks.register('runclient', JavaExec) {
}
tasks.register('buildClient', Jar) {
group = "DragonX"
group = "no"
description = "Builds the client"
archiveBaseName = "eaglercraft"
destinationDirectory = file("desktopRuntime")

BIN
javascript/dsfdfdsfsd.zip Normal file

Binary file not shown.

View File

@ -10,7 +10,7 @@ public class EaglercraftVersion {
/// Customize these to fit your fork:
public static final String projectForkName = "Eaglercraft Lambda";
public static final String projectForkVersion = "0.6.1";
public static final String projectForkVersion = "0.7.0";
public static final String projectForkVendor = "HoosierTransfer";
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
@ -34,7 +34,7 @@ public class EaglercraftVersion {
"https://update.hoosiertransfer.xyz/cert");
public static final String updateBundlePackageName = "net.lax1dude.eaglercraft.v1_8.client";
public static final int updateBundlePackageVersionInt = 2;
public static final int updateBundlePackageVersionInt = 3;
public static final String updateLatestLocalStorageKey = "latestUpdate_" + updateBundlePackageName;