Example Fabric mod
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
gradle/wrapper Update api, loader, loom, gradle 4 years ago
src/main 1.16.1 4 years ago
.gitignore Ignore commonly generated Mac OS junk files 4 years ago
LICENSE first commit 6 years ago
README.md Update README.md 4 years ago
build.gradle Update api, loader, loom, gradle 4 years ago
gradle.properties Update api, loader, loom, gradle 4 years ago
gradlew Update api, loader, loom, gradle 4 years ago
gradlew.bat Update api, loader, loom, gradle 4 years ago
settings.gradle update Loom, Fabric 5 years ago

README.md

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.