mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 12:16:21 +03:00
Woops..
This commit is contained in:
parent
d521ecee31
commit
c62a3b293f
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ launcher.on('error', (e) => console.log(e.toString('utf-8')));
|
||||||
| `options.os` | String | windows, osx or linux. MCLC with auto determine the OS if this field isn't provided. | False |
|
| `options.os` | String | windows, osx or linux. MCLC with auto determine the OS if this field isn't provided. | False |
|
||||||
| `options.version.number` | String | Minecraft version that is going to be launched. | True |
|
| `options.version.number` | String | Minecraft version that is going to be launched. | True |
|
||||||
| `options.version.type` | String | Any string. The actual Minecraft launcher uses `release` and `snapshot`. | True |
|
| `options.version.type` | String | Any string. The actual Minecraft launcher uses `release` and `snapshot`. | True |
|
||||||
| `options.version.custom` | String | The name of the folder, jar file, and version json in the version folder. | True |
|
| `options.version.custom` | String | The name of the folder, jar file, and version json in the version folder. | False |
|
||||||
| `options.memory.max` | String | Max amount of memory being used by Minectaft. | True |
|
| `options.memory.max` | String | Max amount of memory being used by Minectaft. | True |
|
||||||
| `options.memory.min` | String | Min amount of memory being used by Minectaft. | True |
|
| `options.memory.min` | String | Min amount of memory being used by Minectaft. | True |
|
||||||
| `options.forge` | String | Path to Universal Forge Jar. | False |
|
| `options.forge` | String | Path to Universal Forge Jar. | False |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-launcher-core",
|
"name": "minecraft-launcher-core",
|
||||||
"version": "3.5.1",
|
"version": "3.5.2",
|
||||||
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
|
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue