@tobylai/qmcli 0.1.3 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/qmcli.cjs +105 -110
- package/package.json +22 -55
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@ A Quick Minecraft Launcher CLI (Work In Progress)
|
|
|
5
5
|
|
|
6
6
|
> [!WARNING]
|
|
7
7
|
> This launcher might not be compatible with the official launcher, HMCL, PCL,etc.
|
|
8
|
+
> And note that this project has used LLMs to generate and refactor some code, so there might be some bugs and security issues. Please use it with caution.
|
|
8
9
|
|
|
9
10
|
## Installation
|
|
10
11
|
```bash
|
|
@@ -56,8 +57,8 @@ many features are still working in progress
|
|
|
56
57
|
- [X] support en(English)
|
|
57
58
|
- [X] support zh_cn(简体中文)
|
|
58
59
|
- mods
|
|
59
|
-
- [
|
|
60
|
-
- [
|
|
60
|
+
- [X] forge
|
|
61
|
+
- [X] neoforge
|
|
61
62
|
- [X] fabric
|
|
62
63
|
- [X] quilt
|
|
63
64
|
- maybe more
|