@tobylai/qmcli 0.0.11 → 0.1.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 +13 -4
- package/dist/qmcli.cjs +120 -55
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -3,6 +3,10 @@ English | [简体中文](README_zh_cn.md)
|
|
|
3
3
|
|
|
4
4
|
A Quick Minecraft Launcher CLI (Work In Progress)
|
|
5
5
|
|
|
6
|
+
::: warning
|
|
7
|
+
This launcher might not be compatible with the official launcher, HMCL, PCL,etc.
|
|
8
|
+
:::
|
|
9
|
+
|
|
6
10
|
## Installation
|
|
7
11
|
```bash
|
|
8
12
|
$ npm install -g @tobylai/qmcli
|
|
@@ -33,8 +37,11 @@ many features are still working in progress
|
|
|
33
37
|
- versions
|
|
34
38
|
- [X] download minecraft versions
|
|
35
39
|
- [X] launch minecraft
|
|
36
|
-
- [
|
|
37
|
-
- [
|
|
40
|
+
- [X] edit minecraft (version-specific) launch settings
|
|
41
|
+
- [X] ram
|
|
42
|
+
- [X] version isolation
|
|
43
|
+
- [X] window size
|
|
44
|
+
- [X] set java path
|
|
38
45
|
- users
|
|
39
46
|
- [X] add/remove users
|
|
40
47
|
- [X] offline users
|
|
@@ -45,13 +52,15 @@ many features are still working in progress
|
|
|
45
52
|
- [X] official
|
|
46
53
|
- [X] bmclapi
|
|
47
54
|
- [X] manage minecraft installation paths
|
|
48
|
-
- [
|
|
55
|
+
- [X] change default java path
|
|
49
56
|
- localization
|
|
50
57
|
- [X] support en(English)
|
|
51
58
|
- [X] support zh_cn(简体中文)
|
|
52
59
|
- mods
|
|
53
60
|
- [ ] forge
|
|
54
|
-
- [ ]
|
|
61
|
+
- [ ] neoforge
|
|
62
|
+
- [X] fabric
|
|
63
|
+
- [ ] quilt
|
|
55
64
|
- maybe more
|
|
56
65
|
|
|
57
66
|
## FAQ
|