The Minecraft Forge Plugin Manager
Everything you want to know is here, the rest of this page is development docs.
Volt requires rustc 1.52.0-beta.3
to run. After you have that clone this repo with git and run
cargo build --release
inside the cloned folder. All code is located under src
To package volt for mac simply clone this repo and run
cargo build --release
make pkg_mac
To package volt for linux you need to have a linux machine. Then clone this repo and run the following command in the cloned folder
cargo build --release
make pkg_linux
This will generate a tarball which will contain a example config file, and the volt binary