Update fetchKnownSources.sh

You forgot the web assembly file, which contains the screensaver itself for the browser edition...
This commit is contained in:
seavd 2021-04-01 22:32:04 -07:00 committed by youngchief btw ツ
parent a471526440
commit 1b98191e34
1 changed files with 2 additions and 1 deletions

View File

@ -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;
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;