From 1b98191e34d8c6ddafe779f8bf9e19304b4fe595 Mon Sep 17 00:00:00 2001 From: seavd <74434521+seavd@users.noreply.github.com> Date: Thu, 1 Apr 2021 22:32:04 -0700 Subject: [PATCH] Update fetchKnownSources.sh You forgot the web assembly file, which contains the screensaver itself for the browser edition... --- fetchKnownSources.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetchKnownSources.sh b/fetchKnownSources.sh index 5275b45..960e189 100644 --- a/fetchKnownSources.sh +++ b/fetchKnownSources.sh @@ -6,4 +6,5 @@ wget https://plus.minecraft.net/glowsquid.gif -O src/glowsquid.gif; wget https://plus.minecraft.net/pkg/mcse_web.js -O src/pkg/mcse_web.js; wget https://plus.minecraft.net/screensaver.zip -O src/screensaver.zip; wget https://plus.minecraft.net/favicon.ico -O src/favicon.ico; -wget https://plus.minecraft.net/pkg/resources.zip -O src/pkg/resources.zip; \ No newline at end of file +wget https://plus.minecraft.net/pkg/resources.zip -O src/pkg/resources.zip; +wget https://plus.minecraft.net/pkg/mcse_web_bg.wasm -O src/pkg/mcse_web_bg.wasm;