fabric-example-mod/README.md
2019-02-17 11:17:10 -05:00

687 B

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.