Updated 1.12 to u2 (JS + WASM)

Signed-off-by: PrestonT500 <preston.truong1@outlook.com>
This commit is contained in:
PrestonT500 2025-04-02 19:20:27 -07:00
parent ab90524a06
commit c1ed61112c
6 changed files with 47224 additions and 47194 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -26,8 +26,11 @@
assetsURI: "assets.epk",
localesURI: "lang/",
worldsDB: "worlds",
logInvalidCerts: true,
crashOnUncaughtExceptions: true
servers: [
{ addr: "wss://play.zelz.net", name: "ZelzNet" },
{ addr: "wss://mc.arch.lol", name: "ArchMC" },
{ addr: "wss://beta.arch.lol", name: "§r §r §r §r §4§lArchMC Beta" }
]
};
main();
}

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="description" content="Play minecraft 1.12 in your browser" />
<meta name="keywords" content="eaglercraft, minecraft, 1.12, 1.12.2" />
<title>Eaglercraft 1.12 WASM-GC</title>
<title>EaglercraftX 1.12 WASM-GC</title>
<meta property="og:locale" content="en-US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Eaglercraft 1.12 WASM" />
@ -34,13 +34,10 @@
assetsURI: "assets.epw",
worldsDB: "worlds",
servers: [
/* example: { addr: "ws://localhost:8081/", name: "Local test server" } */
],
relays: [
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 },
{ addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayId == 1 },
{ addr: "wss://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayId == 2 }
]
{ addr: "wss://play.zelz.net", name: "ZelzNet" },
{ addr: "wss://mc.arch.lol", name: "ArchMC" },
{ addr: "wss://beta.arch.lol", name: "§r §r §r §r §4§lArchMC Beta" }
]
};
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%