Go to file
Ned Loynd 6df3da6cab Ignore commonly generated Mac OS junk files
This is optional, but it would be a huge quality of life improvement for anyone developing on Mac OS, as the first thing I do when starting a new project is always to add this to the .gitignore. Example: Just from the small changes I've made to the build script alone, I've generated 4 .DS_Store files, which would clutter up this PR if I included them.
2020-10-14 17:06:45 +11:00
gradle/wrapper Update api, loader, loom, gradle 2020-09-27 13:04:21 +01:00
src/main 1.16.1 2020-06-24 17:22:38 +01:00
.gitignore Ignore commonly generated Mac OS junk files 2020-10-14 17:06:45 +11:00
build.gradle Update api, loader, loom, gradle 2020-09-27 13:04:21 +01:00
gradle.properties Update api, loader, loom, gradle 2020-09-27 13:04:21 +01:00
gradlew Update api, loader, loom, gradle 2020-09-27 13:04:21 +01:00
gradlew.bat Update api, loader, loom, gradle 2020-09-27 13:04:21 +01:00
LICENSE first commit 2018-11-03 23:25:39 +01:00
README.md Update README.md 2020-04-06 19:50:08 +01:00
settings.gradle update Loom, Fabric 2018-12-22 17:36:30 +01:00

Fabric Example Mod

Setup

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

License

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