mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +03:00
Adding discord server, bumping to npm aswell
This commit is contained in:
parent
cd698c9f1b
commit
fd5b201143
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
|||
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
|
||||
|
||||
### Installing
|
||||
|
||||
`npm i minecraft-launcher-core`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-launcher-core",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"description": "Module that downloads Minecraft assets and runs Minecraft. Also Supports Forge",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue