Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

modpacker

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modpacker

A Minecraft ModPack creator

  • 2.0.0-beta.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

modpacker

Modpacker is a modded minecraft installer and creator that runs entirely from the CLI

modpacker help screen

Installation

Until binaries are created, you can install this via npm:

$ npm install -g modpacker

or, if you prefer yarn (like I do)

$ yarn global add modpacker

Usage

Building a modpack

First create modpack.yaml in your .minecraft directory where the modpack is currently "installed"

version: 1.0.0
name: MODPACK_NAME
author: YOUR NAME <your@email.com>
minecraft:
  javaArgs: >-
    -Xmx8G -Xms2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC
    -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50
    -XX:G1HeapRegionSize=32M
  version: 1.12.2
forge:
  version: 14.23.5.2847
mods: []

Then run modpacker build inside of that directory, make sure that mods and config exists in that directory.

This will create two .tar.gz files in that directory, a server version and a client version. Your .yaml file will have been edited to reflect the mods under the mods section. Set client to true if you want to ONLY include this mod in the "client" version of the mod, i.e map mods, etc.

That's your modpack!

Installing a modpack

Find your modpack online, or use a file:// link to your modpack's location and supply that to modpack install

This will take care of installing forge, installing the modpack, and creating a minecraft launcher profile for your modpack.

If you launch the Minecraft launcher, you will see your ModPack is available as the entry in name of the config.

Developing

Make sure you have eslint installed to enforce style rules and better code in general.

To build binaries, run:

$ yarn build

Tests will be added one day, maybe.

License

BSD-3-Clause

FAQs

Package last updated on 29 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc