Pierce01 / MinecraftLauncher-core

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

fix crash game #84

Closed luuxis closed 2 years ago

luuxis commented 2 years ago

forge make a verification of the uuid even in crack, which causes a crash of the game in solo

Pierce01 commented 2 years ago

I will not accept any PRs that have "support cracked versions" as a reason. If you want a PR to be merged, please use the correct terminology. MCLC is not a solution to play Minecraft for free.

Offline support is provided so developers can test their code as well as allow players to play without internet. Take this statement as you will.

luuxis commented 2 years ago

so why did you add a change API function??

Pierce01 commented 2 years ago

The same reason why I provided overrides for where content is downloaded from. If a user is in a country where Mojang's servers are blocked and require a proxy, the API URL can be changed to said proxy.

luuxis commented 2 years ago

ok thank you for your answer, I redo my PR to make it correct