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.
Leo Ribeiro 7f186cd2c7
Update Example Mod Instructions
5 years ago
gradle/wrapper Actually use gradle 4.10.2 5 years ago
src/main automatically set mod version on export 5 years ago
.gitignore Update .gitignore for VSCode support (#6) 6 years ago
LICENSE first commit 6 years ago
README.md Update Example Mod Instructions 5 years ago
build.gradle remove javadoc jar 5 years ago
gradle.properties fix indentation 5 years ago
gradlew Actually use gradle 4.10.2 5 years ago
gradlew.bat first commit 6 years ago
settings.gradle update Loom, Fabric 6 years ago

README.md

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.