Go to file
2019-02-17 11:17:10 -05:00
gradle/wrapper Actually use gradle 4.10.2 2019-02-03 13:35:00 +00:00
src/main automatically set mod version on export 2019-02-15 22:39:48 +01:00
.gitignore Update .gitignore for VSCode support (#6) 2018-12-23 11:52:58 -05:00
build.gradle remove javadoc jar 2019-02-15 22:41:11 +01:00
gradle.properties fix indentation 2019-02-15 22:29:42 +01: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
LICENSE first commit 2018-11-03 23:25:39 +01:00
README.md Update Example Mod Instructions 2019-02-17 11:17:10 -05:00
settings.gradle update Loom, Fabric 2018-12-22 17:36:30 +01:00

Fabric Example Mod

Setup

  1. Edit gradle.properties with the information of your mod.
# Mod Properties
	mod_version = 1.0.0
	maven_group = net.fabricmc
	archives_base_name = fabric-example-mod
  1. Run the following command to fetch Fabric dependencies:
./gradlew genSources

Optional IDE Setup:

License

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