A mod for Fabric that checks if all the other mods present are open-license.
Go to file
modmuss50 210e0b014f Actually use gradle 4.10.2
Somewhere along the line the wrapper version was updated, but not the jar and the script.
2019-02-03 13:35:00 +00:00
gradle/wrapper Actually use gradle 4.10.2 2019-02-03 13:35:00 +00:00
src/main use array initializer value as the default for example 2018-12-31 16:05:40 +01:00
.gitignore Update .gitignore for VSCode support (#6) 2018-12-23 11:52:58 -05:00
LICENSE first commit 2018-11-03 23:25:39 +01:00
README.md update to 0.0.13 2018-11-06 10:51:23 +01:00
build.gradle Update example mod to 19w05a 2019-02-02 06:43:11 +00:00
gradle.properties Fix gradle.properties 2019-01-24 14:46:12 +00:00
gradlew Actually use gradle 4.10.2 2019-02-03 13:35:00 +00:00
gradlew.bat first commit 2018-11-03 23:25:39 +01:00
settings.gradle update Loom, Fabric 2018-12-22 17:36:30 +01:00

README.md

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.