From ac665d9872cadb9fd694dbcab1cc0d1d23699aee Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 6 May 2026 17:23:04 +0800 Subject: [PATCH] docs: add jdk version line and link to java template Mirror of https://github.com/Weave-MC/ExampleMod/pull/6 --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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