diff options
author | natanfudge <natan.lifsiz@gmail.com> | 2019-10-23 12:14:51 +0300 |
---|---|---|
committer | natanfudge <natan.lifsiz@gmail.com> | 2019-10-23 12:14:51 +0300 |
commit | eea92b10ec975e7a41aaab4696328e5321b34fd8 (patch) | |
tree | 4b36c8f9792e545b3f7d7650ec4caa062ce5c357 | |
parent | ba647b9e5b8118365fa5f2e5a88a8bc5c137aac9 (diff) |
update README
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md index b7935f5..2c68b6d 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,12 @@ 0. Create a new mod repository by pressing the "Use this template" button and clone the created repository. -1. Edit build.gradle and mod.json to suit your needs. +1. Import build.gradle file with IntelliJ IDEA + +2. Edit build.gradle and mod.json to suit your needs. * The "mixins" object can be removed from mod.json if you do not need to use mixins. * Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice. -2. Run the following command: - -``` -./gradlew idea -``` +3. Run! ## License |