From 4d73331a449f0b0647066f7dde0628730fe0e178 Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 28 Sep 2022 12:45:56 +0200 Subject: Fairy souls --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1341b60..d2a0bfe 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,11 @@ ### Building your own +Use Java 17. + +This depends on [neurepoparsing](https://git.nea.moe/nea/neurepoparsing/). Please clone that repository and make it available in your local maven repository using `./gradlew publishToMavenLocal`. This will be automated at a later stage. + + +Afterwards, running `./gradlew build` will create a mod jar in `build/libs` + + -- cgit