Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBs authored May 3, 2022
1 parent 162b6fe commit 5dbbe5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ It supports all versions, including Forge
* Mojang Authentication
* Microsoft Xbox Live Login
* Download the game files from the Mojang file server
* Launch any version (tested up to 1.17.1)
* Launch any version (tested up to 1.18.2)
* Launch Forge, Optifine, FabricMC, LiteLoader or any other custom version
* Install Java runtime
* Install Forge, LiteLoader, FabricMC
* Install LiteLoader, FabricMC
* Launch with options (direct server connecting, screen resolution)
* Cross-platform (Windows, Linux, macOS)

Expand Down Expand Up @@ -52,6 +52,7 @@ There are many features for custom launchers. Read the wiki to see all of the fe

### Microsoft Xbox Login

[CmlLib.Core.Auth.Microsoft](https://github.com/CmlLib/CmlLib.Core.Auth.Microsoft)\
[Wiki](https://github.com/CmlLib/CmlLib.Core/wiki/Microsoft-Xbox-Live-Login)

### Mojang Login
Expand Down Expand Up @@ -115,7 +116,7 @@ foreach (var item in versions)
var launchOption = new MLaunchOption
{
MaximumRamMb = 1024,
Session = MSession.GetOfflineSession("hello"), // Login Session. ex) Session = MSession.GetOfflineSession("hello")
Session = session, // replace this with login session value. ex) Session = MSession.GetOfflineSession("hello")
//ScreenWidth = 1600,
//ScreenHeigth = 900,
Expand Down

0 comments on commit 5dbbe5f

Please sign in to comment.