Skip to content

Commit bca5293

Browse files
committed
📝 doc(README.md): added readme file
1 parent e403baf commit bca5293

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Weave's Mod Template
2+
3+
This repository shows how to setup a [Gradle](https://gradle.org) project with the [Weave Gradle plugin](https://github.com/Weave-MC/Weave-Gradle) to develop mods for Weave.
4+
5+
## How to start?
6+
7+
To use this repository as a template, click on the green **Use this template** button.
8+
9+
Alternatively, you can simply clone this repository with the following commands:
10+
```bash
11+
# You can change "MyCoolMod" to anything you'd like
12+
git clone https://github.com/Weave-MC/ExampleMod MyCoolMod
13+
cd MyCoolMod
14+
```
15+
16+
## How to build
17+
18+
To build a Weave mod, you can simply run:
19+
20+
```bash
21+
./gradlew build
22+
```
23+
24+
You can find the built jar files in `./build/libs/*.jar`.

0 commit comments

Comments
 (0)