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 d70e2b9 commit dc8f6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A very barebones mod template for creating Minecraft mods for versions 1.8.9 - 1
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`.
4. Set up the versions/loaders you want to support in `settings.gradle.kts` and `root.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!
Expand Down

0 comments on commit dc8f6e7

Please sign in to comment.