From a9b358bf59805c176e4e3c9b98b17771b3808f80 Mon Sep 17 00:00:00 2001 From: HypherionMC Date: Wed, 8 Nov 2023 22:31:44 +0200 Subject: [PATCH] [CHORE] Update Readme --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 1952ff1..2fff7e8 100644 --- a/readme.md +++ b/readme.md @@ -35,13 +35,9 @@ This project is powered by [Unimined](https://github.com/unimined/unimined), and 1) `loaderVersion` -> The neoforge version code 2) `license` -> Your mod license 3) `issueTrackerURL` -> Your GitHub repository of the mod - 4) `modId` -> Your modid. Make sure to match this with `mod_id` from `gradle.properties` - 5) `displayName` -> The name of your mod 6) `displayURL` -> Your Modrinth/Curseforge/GitHub page of the mod 7) `logoFile` -> Your mod icon - 8) `authors` -> Your name 9) `description` -> Your mod description - 10) `dependencies.examplemod` -> `dependencies.yourmodid` 11) `versionRange` -> `[neoforgeVersionCode,)` and `[1.20.2,)` (Replace with the minecraft versions your mod supports) 6) If your default JVM/JDK is not Java 17 you will encounter an error when opening the project. This error is fixed by going to File > Settings > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVMand changing the value to a valid Java 17 JVM. You will also need to set the Project SDK to Java 17. This can be done by going to File > Project Structure > Project SDK. Once both have been set open the Gradle tab in IDEA and click the refresh button to reload the project.