Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Modpacker is a modded minecraft installer and creator that runs entirely from the CLI
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
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!
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.
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.
BSD-3-Clause
FAQs
A Minecraft ModPack creator
The npm package modpacker receives a total of 6 weekly downloads. As such, modpacker popularity was classified as not popular.
We found that modpacker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.