You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We successfully moved to the .netcore 3.1 (.net 5)!
We rewrote the whole download engine and replace all the WebClient with HttpClient for better performance. Also, we used the new TPL library to reach maximum performance per core.
In this release, we updated all the NuGet packages to latest version.
We optimized , now all of the libraries in the launch command are using a relative path.
We are using more and more new features in .netcore to increase the performance!
We are dealing with the new Forge installer as well as the Fabric installer. Also the legacy Forge/Optifine/LiteLoader.
We fixed some bugs that happened in the <DefaultLaunchArgumentParser.cs>.