Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 27, 2024
1 parent 0f1934e commit 17a0b2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 17a0b2c

Please sign in to comment.