This repository shows how to setup a Gradle project with the Weave Gradle plugin to develop mods for Weave.
To use this repository as a template, click on the green Use this template button.
Alternatively, you can simply clone this repository with the following commands:
# You can change "MyCoolMod" to anything you'd like
git clone https://github.com/Weave-MC/ExampleMod MyCoolMod
cd MyCoolMod
To build a Weave mod, you can simply run:
./gradlew build
You can find the built jar files in ./build/libs/*.jar
.