diff --git a/README.md b/README.md index 86b9185..c4f0476 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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