This commit is contained in:
PeytonPlayz595 2025-03-30 12:41:51 -07:00
parent 7871701967
commit 334fbd907c
8 changed files with 94476 additions and 94388 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

@ -25,8 +25,17 @@
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" },
{ addr: "wss://mc.lamplifesteal.xyz", name: "LampLifesteal" },
{ addr: "wss://mc.ricenetwork.xyz", name: "Rice Network X BallCraft" },
{ addr: "wss://clever-teaching.com", name: "Clever Teaching" },
{ addr: "wss://mc.asspixel.net", name: "Asspixel Network" },
{ addr: "wss://vanillamc.tech", name: "VanillaMC" },
{ addr: "wss://aeon-network.net", name: "Aeon Network" }
]
};
main();
}

Binary file not shown.

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" />
@ -29,13 +29,16 @@
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" },
{ addr: "wss://mc.lamplifesteal.xyz", name: "LampLifesteal" },
{ addr: "wss://mc.ricenetwork.xyz", name: "Rice Network X BallCraft" },
{ addr: "wss://clever-teaching.com", name: "Clever Teaching" },
{ addr: "wss://mc.asspixel.net", name: "Asspixel Network" },
{ addr: "wss://vanillamc.tech", name: "VanillaMC" },
{ addr: "wss://aeon-network.net", name: "Aeon Network" }
]
};
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%