mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
Update semag/125/minecraft-web.js
This commit is contained in:
parent
faddc27a13
commit
ec425ceddf
@ -164,9 +164,9 @@ export default class MinecraftClient extends HTMLElement {
|
|||||||
this.#intro.style.display = 'none';
|
this.#intro.style.display = 'none';
|
||||||
|
|
||||||
this.#progress.style.display = 'unset';
|
this.#progress.style.display = 'unset';
|
||||||
const jarPath = "/files/client_1.2.5.jar"
|
const jarPath = "./semag/125/client.jar"
|
||||||
await downloadFileToCheerpJ(
|
await downloadFileToCheerpJ(
|
||||||
"https://piston-data.mojang.com/v1/objects/4a2fac7504182a97dcbcd7560c6392d7c8139928/client.jar",
|
"./semag/125/client.jar",
|
||||||
jarPath,
|
jarPath,
|
||||||
(downloadedBytes, totalBytes) => {
|
(downloadedBytes, totalBytes) => {
|
||||||
this.#progress.value = downloadedBytes;
|
this.#progress.value = downloadedBytes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user