From 17a0b2c4020824b5631187ba0e1ac2ff3179b543 Mon Sep 17 00:00:00 2001 From: Deftu Date: Thu, 27 Jun 2024 07:23:06 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e979bec..1d5b2ca 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ A very barebones mod template for creating Minecraft mods for versions 1.8.9 - 1 --- +## Setting up +1. Clone the repository. +2. Open the project in IntelliJ IDEA. +3. Modify the project metadata in `gradle.properties`. +4. Set up the versions/loaders you want to support in `settings.gradle.kts`. +5. Configure dependencies and additional setup in `build.gradle.kts`. +6. Rename the package and classes as desired. Be sure to update preprocessed imports too! +7. Start coding! + +--- + **This project is licensed under [LGPL-3.0][lgpl3].**\ **© 2024 Deftu**