summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authornatanfudge <natan.lifsiz@gmail.com>2019-07-27 11:36:27 +0300
committernatanfudge <natan.lifsiz@gmail.com>2019-07-27 11:36:27 +0300
commitdfcc029c91454fd9d157c30f524f23c1a0e99ed5 (patch)
tree45ebc50566882780e4c642471f8e71ff37d714f5 /README.md
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c07e72a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# Fabric Example Mod - Kotlin
+
+## 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.
+2. Run the following command:
+
+```
+./gradlew idea
+```
+
+## License
+
+This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.