Update README.md

This commit is contained in:
samo_lego 2019-10-25 08:56:44 +02:00 committed by GitHub
parent 9adff8c50d
commit 5d6de972f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,8 @@
# Fabric Example Mod
# Simple Authentication Mod
## Setup
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.
1. Clone the repository.
2. Run the following command:
```
@ -13,4 +11,4 @@
## License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
This template is available under the MIT license.