Crates.io | modweave |
lib.rs | modweave |
version | 0.1.0 |
source | src |
created_at | 2024-09-02 19:15:01.025657 |
updated_at | 2024-09-02 19:15:01.025657 |
description | An interactive CLI tool to quickly generate a Minecraft Mod Development environment |
homepage | |
repository | https://github.com/phrogwrld/mineweave |
max_upload_size | |
id | 1360967 |
size | 147,643 |
An interactive CLI tool to quickly generate a Minecraft Mod Development environment.
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.
If you have rust installed, you can install MineWeave using Cargo:
cargo install mineweave
You can download the binary from the releases page and add it to your PATH.
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.