From 854eba2e998951ae30c45825e3cf3180ec77c2b7 Mon Sep 17 00:00:00 2001 From: falseresync Date: Wed, 3 Jul 2019 19:40:14 +0000 Subject: Initial commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..10fc90e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Fabric Example 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. +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. -- cgit