Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
356 stars 81 forks source link

Cache manifest json files #104

Closed TehMartinXz closed 1 year ago

TehMartinXz commented 1 year ago

Version manifest files used to be forcibly downloaded every time the game tried to start, which meant it wasn't possible to start up the game without an internet connection. What these changes do is cache both version.json files locally whenever there is an internet connection, so that in case the user tries to start up the game while offline, the client can start up just fine.

TehMartinXz commented 1 year ago

I believe that's it, tho, I barely use ESLint so I might have missed something. Let me know if anything else should be changed