From 23274e1ec618710a45f412456f8a90140265b1fd Mon Sep 17 00:00:00 2001 From: Pierce Date: Thu, 12 Dec 2019 21:14:25 -0500 Subject: [PATCH] 3.11.5 --- README.md | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b962e1a..2c77e06 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -![logo](https://pierce.is-serious.business/44U1xXh.png) +![logo](https://pierce.is-serious.business/9jcT9mF.png) ##### This project is complete for now. [![Build Status](https://travis-ci.com/Pierce01/MinecraftLauncher-core.svg?branch=master)](https://travis-ci.com/Pierce01/MinecraftLauncher-core) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![version](https://img.shields.io/badge/stable_version-3.11.3-blue) ![badge](https://img.shields.io/badge/ncurses-not_supported-purple) -MCLC is a NodeJS solution for launching modded and vanilla Minecraft without having to download and format everything yourself. +MCLC (Minecraft Launcher Core) is a NodeJS solution for launching modded and vanilla Minecraft without having to download and format everything yourself. Basically a core for your Electron or script based launchers. ### Getting support @@ -27,8 +27,10 @@ const launcher = new Client(); let opts = { clientPackage: null, - // For production launchers, I recommend not passing the getAuth function through the authorization field and instead - // handling authentication outside before you initialize MCLC so you can handle auth based errors and validation! + // For production launchers, I recommend not passing + // the getAuth function through the authorization field and instead + // handling authentication outside before you initialize + // MCLC so you can handle auth based errors and validation! authorization: Authenticator.getAuth("username", "password"), root: "./minecraft", os: "windows", @@ -91,7 +93,7 @@ let opts = { minecraftJar: "", versionJson: "", directory: "", // where the Minecraft jar and version json are located. - natives: "", // all native paths are required if you use this. + natives: "", // native directory path. assetRoot: "", cwd: "", // working directory of the java process classes: [], // all class paths are required if you use this. diff --git a/package.json b/package.json index 9238ea7..9ae7e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-launcher-core", - "version": "3.11.4", + "version": "3.11.5", "description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS", "main": "index.js", "dependencies": {