#minecraft-mod #environment #cli-tool #modding #setup #interactive #generate

app modweave

An interactive CLI tool to quickly generate a Minecraft Mod Development environment

1 unstable release

0.1.0 Sep 2, 2024

#1357 in Command line utilities

Download history 89/week @ 2024-08-27 57/week @ 2024-09-03 3/week @ 2024-09-10

149 downloads per month

MIT license

79KB
923 lines

Contains (JAR file, 44KB) gradle-wrapper.jar

MineWeave

An interactive CLI tool to quickly generate a Minecraft Mod Development environment.


So why mineweave?

I found it very tedious to set up a Minecraft modding environment. I had to copy over my old projects and make the necessary changes to then start modding. I wanted to automate this process and make it easier for others to start modding. That's why I created mineweave.

MineWeave saves you from long,boring setup processes; skipping all the repetitive steps and getting you straight to the fun part of modding. No more wasted time on setup – just pure, creative modding.

Installation

Prerequisites

Using Cargo

If you have rust installed, you can install MineWeave using Cargo:

cargo install mineweave

Using the binary

You can download the binary from the releases page and add it to your PATH.

Usage

To create a new modding environment, run the following command:

mineweave

You will then be prompted to enter information about your mod. Once you have entered all the information, MineWeave will generate the modding environment for you.

Dependencies

~9–22MB
~334K SLoC