Update #52 - Fixed various issues with the client

This commit is contained in:
lax1dude
2025-06-15 21:43:43 -07:00
parent 325a6826bf
commit f3281c037f
94 changed files with 882 additions and 506 deletions

View File

@ -40,6 +40,7 @@ dependencies {
}
tasks.withType<Jar> {
entryCompression = ZipEntryCompression.STORED
// TeaVM will fail if anything from platform-api is in the JAR
fileTree("src/platform-api/java").visit {
if (!isDirectory) {

View File

@ -5,7 +5,7 @@ import org.teavm.gradle.api.WasmDebugInfoLevel
plugins {
id("java")
id("org.teavm") version "0.12.0-EAGLER-R2"
id("org.teavm") version "0.12.1-EAGLER-R3"
id("com.resentclient.oss.eaglercraft.build") version "0.0.0"
}
@ -36,7 +36,7 @@ repositories {
dependencies {
teavm(teavm.libs.jso)
teavm(teavm.libs.jsoApis)
compileOnly("org.teavm:teavm-core:0.12.0-EAGLER-R2") // workaround for a few hacks
compileOnly("org.teavm:teavm-core:0.12.1-EAGLER-R3") // workaround for a few hacks
implementation(rootProject)
implementation(libs.jorbis)
implementation(libs.bundles.common)

View File

@ -1,8 +1,8 @@
client-version-integer=51
client-version-integer=52
client-package-name=net.lax1dude.eaglercraft.v1_8.client
client-origin-name=EaglercraftX
client-origin-version=u51
client-origin-version=u52
client-origin-vendor=lax1dude
client-fork-name=EaglercraftX
client-fork-version=u51
client-fork-version=u52
client-fork-vendor=lax1dude