mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-06 05:33:58 +03:00
Badges, npm bump
This commit is contained in:
parent
69985e3d04
commit
5365e60c6f
2 changed files with 9 additions and 2 deletions
|
@ -1,13 +1,20 @@
|
|||
![logo](https://pierce.is-serious.business/44U1xXh.png)
|
||||
##### This project is near complete.
|
||||
[![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-1.10.2-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.
|
||||
Basically a core for your Electron or script based launchers.
|
||||
|
||||
### Getting support
|
||||
Since people seem to use this, I've created a Discord server for anyone who needs to get in contact with me or get help!
|
||||
https://discord.gg/8uYVbXP
|
||||
<p>
|
||||
<a href="https://discord.gg/8uYVbXP">
|
||||
<img src="https://img.shields.io/discord/568550848871923723?logo=discord"
|
||||
alt="chat on Discord"></a>
|
||||
<p>
|
||||
|
||||
### Installing
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-launcher-core",
|
||||
"version": "3.10.2",
|
||||
"version": "3.10.3",
|
||||
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue