mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 12:16:21 +03:00
say what operating systems are supported
This commit is contained in:
parent
78b80ebc27
commit
26a507431b
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ launch({
|
||||||
},
|
},
|
||||||
// All of the following is required
|
// All of the following is required
|
||||||
root: "directory", // C:/Users/user/AppData/Roaming/.mc
|
root: "directory", // C:/Users/user/AppData/Roaming/.mc
|
||||||
os: "windows",
|
os: "windows", // windows, osx, linux
|
||||||
version: {
|
version: {
|
||||||
number: "1.12.2", // Minecraft version you want to launch
|
number: "1.12.2", // Minecraft version you want to launch
|
||||||
type: "MC-Launcher" // Type. Can be anything
|
type: "MC-Launcher" // Type. Can be anything
|
||||||
|
@ -25,4 +25,4 @@ launch({
|
||||||
max: "5000"
|
max: "5000"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue