diff options
author | natanfudge <natan.lifsiz@gmail.com> | 2019-07-27 11:42:07 +0300 |
---|---|---|
committer | natanfudge <natan.lifsiz@gmail.com> | 2019-07-27 11:42:07 +0300 |
commit | 217f0f4f5f90fe7324e8e6b2cd00b03d80ad275f (patch) | |
tree | 3588e664458462f66bfa7c5c36706943ae51ae1b | |
parent | dfcc029c91454fd9d157c30f524f23c1a0e99ed5 (diff) |
add more info to readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index c07e72a..b7935f5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## Setup +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. * 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. |