Legacy Fabric, 1.7.10 Overhaul mod
Find a file
2023-03-02 18:03:56 +01:00
.github/workflows Update build.yml 2022-03-20 22:39:01 +01:00
gradle/wrapper Update loom and gradle 2023-03-02 18:03:56 +01:00
src/main Update fabric.mod.json 2022-03-28 16:52:54 +02:00
.gitignore Update dependencies 2022-01-31 21:41:11 +01:00
build.gradle Update loom and gradle 2023-03-02 18:03:56 +01:00
gradle.properties some improvements 2023-01-13 16:44:40 +01:00
gradlew Update loom and gradle 2023-03-02 18:03:56 +01:00
gradlew.bat Update loom and gradle 2023-03-02 18:03:56 +01:00
LICENSE first commit 2018-11-03 23:25:39 +01:00
README.md update readme 2022-03-20 22:43:06 +01:00
settings.gradle some improvements 2023-01-13 16:44:40 +01:00

Fabric Example Mod

Setup

  1. Edit gradle.properties, 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

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.