Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBs authored Feb 3, 2024
1 parent 31d8577 commit bd3488a
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
CmlLib.Core is a Minecraft launcher library for .NET\
Supports all versions, Forge, and any custom version

[한국어 문서](https://alphabs.gitbook.io/cmllib/v/ko/cmllib.core/cmllib)
[한국어 문서](https://alphabs.gitbook.io/cmllib/v/ko/cmllib.core/cmllib.core)

[简体中文 README](https://github.com/AlphaBs/CmlLib.Core/blob/master/docs/README-chs.md)

Expand All @@ -23,31 +23,20 @@ Supports all versions, Forge, and any custom version
* Mojang Authentication
* Microsoft Xbox Live Login
* Download the game files from the Mojang file server
* Launch any version (tested up to 1.18.2)
* Launch any version (tested up to 1.20.1)
* Launch Forge, Optifine, FabricMC, LiteLoader or any other custom version
* Install Java runtime
* Install LiteLoader, FabricMC
* Launch with options (direct server connecting, screen resolution)
* Cross-platform (Windows, Linux, macOS)

[Go to the wiki for all features](https://alphabs.gitbook.io/cmllib/cmllib.core/cmllib)

## Install

Install the [CmlLib.Core Nuget package](https://www.nuget.org/packages/CmlLib.Core)

Write this at the top of your source code:

```csharp
using CmlLib.Core;
using CmlLib.Core.Auth;
```
[Go to the wiki for all features](https://alphabs.gitbook.io/cmllib/cmllib.core/cmllib.core)

## Documentation

**[Official documentation](https://alphabs.gitbook.io/cmllib/cmllib.core/cmllib)**
**[Official documentation](https://alphabs.gitbook.io/cmllib/cmllib.core/cmllib.core)**

**[한국어 문서](https://alphabs.gitbook.io/cmllib/v/ko/cmllib.core/cmllib)**
**[한국어 문서](https://alphabs.gitbook.io/cmllib/v/ko/cmllib.core/cmllib.core)**

## Example

Expand Down

0 comments on commit bd3488a

Please sign in to comment.