Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Weave's Mod Template for Kotlin

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 in Kotlin.
This template uses Kotlin, if you want to use Java instead, check out the [Java Template](https://github.com/Weave-MC/ExampleMod).

## How to start?

Expand All @@ -15,6 +16,8 @@ cd MyCoolMod

## How to build

Building requires a JDK of version 17 or higher. A good JDK distribution can be downloaded from [Adoptium.net](https://adoptium.net/temurin/releases?version=17&os=any&arch=any), but any OpenJDK compatible JDK suffices.

To build a Weave mod, you can simply run:

```bash
Expand Down