From ec425ceddf41d2e3d228469109a54b6b66edd3ed Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Sun, 5 May 2024 21:19:54 +0000 Subject: [PATCH] Update semag/125/minecraft-web.js --- semag/125/minecraft-web.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semag/125/minecraft-web.js b/semag/125/minecraft-web.js index 1217d4a1..218362dc 100644 --- a/semag/125/minecraft-web.js +++ b/semag/125/minecraft-web.js @@ -164,9 +164,9 @@ export default class MinecraftClient extends HTMLElement { this.#intro.style.display = 'none'; this.#progress.style.display = 'unset'; - const jarPath = "/files/client_1.2.5.jar" + const jarPath = "./semag/125/client.jar" await downloadFileToCheerpJ( - "https://piston-data.mojang.com/v1/objects/4a2fac7504182a97dcbcd7560c6392d7c8139928/client.jar", + "./semag/125/client.jar", jarPath, (downloadedBytes, totalBytes) => { this.#progress.value = downloadedBytes;