#minecraft #modern #command-line-tool #mod #version #modpack #modpacks

app niterpack

A modern command-line tool for creating Minecraft modpacks

2 releases

0.1.0-rc.1 May 13, 2023
0.1.0-rc.0 Apr 12, 2023

#38 in #mod

Download history 38/week @ 2024-02-12 6/week @ 2024-02-19 14/week @ 2024-02-26

58 downloads per month

MIT/Apache

27KB
693 lines

niterpack

A modern command-line tool for creating Minecraft modpacks

Crates.io Build License

🛠️ Heavily under development - release candidate versions only

Niterpack is a modern command-line tool for creating Minecraft modpacks. It uses TOML format, which allows the modpack to be easily version-controlled using git or other tools. Because of the command-line nature, it can also be implemented with continuous integration. Its interface is easy to use and is inspired by Rust's package manager Cargo.

Features

  • Easy to use command-line interface
  • TOML format, which can be version-controlled
  • Creating modpacks with mods from Modrinth
  • Building modpacks into a usable installation

More features are yet to be added, and you can request more using the issue tracker.

Install

Currently, you can download pre-built binaries from the GitHub release page or install using Cargo:

cargo install niterpack

Usage

Create a new modpack using the init command:

niter init # Creates a new project in the current directory

Add your favorite mods from Modrinth:

niter add <MOD> # Adds a new mod to the current project

Build the project:

niter build # Builds the current project

Your modpack is now available under build/installation.

License

Licensed under either of Apache License, Version 2.0 or The MIT license at your option.

Dependencies

~8–23MB
~333K SLoC