From 0cf0c22a653e8a06734c54e66affd8b78002aedf Mon Sep 17 00:00:00 2001 From: Pierce Date: Fri, 8 Feb 2019 15:23:41 -0500 Subject: [PATCH] Updated documentation --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23b2315..b925262 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Supports Vanilla and Forge. | `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.memory.max` | String | Max amount of memory being used by Minectaft | True | +| `options.forge.path` | String | Path to Universal Forge Jar | False | #### launcher.authenticator Functions @@ -54,7 +55,7 @@ Supports Vanilla and Forge. | `close` | Integer | Code number that is returned by the Minecraft Process | | `error` | String | Emitted when the Minecraft Process errors | | `package-extract` | null | Emitted when `clientPackage` finishes being extracted | -| `start` | null | Emitted after `launchOptions` are set. THIS WILL BE DEPRECATED AS ITS NOT ACCURATE | +| `start` | null | Emitted after `launchArguments` are set. THIS WILL BE DEPRECATED AS ITS NOT ACCURATE | #### Client Package Function diff --git a/package.json b/package.json index d75d2d6..a983f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-launcher-core", - "version": "2.1.0", + "version": "2.1.1", "description": "Module that downloads Minecraft assets and runs Minecraft. Also Supports Forge", "main": "index.js", "dependencies": {