25w11b fix rendering bugs

This commit is contained in:
catfoolyou
2025-03-12 14:35:18 -04:00
parent 8264769a5f
commit bef4aa4e6e
24 changed files with 55146 additions and 381432 deletions

View File

@@ -51,7 +51,7 @@ teavm.js {
mainClass = "net.lax1dude.eaglercraft.Client"
outputDir = file(folder)
properties = [ "java.util.TimeZone.autodetect": "true" ]
debugInformation = true
debugInformation = false
}
/*
tasks.register('copyDebugJar', Copy) {