tutorial:setup

This is an old revision of the document!


Steps

  1. Copy the starting files from fabric-example-mod, excluding the LICENSE and README.md files - as those apply to the template itself, not necessarily to your mod.
  2. Edit gradle.properties:
    • Make sure to set archives_base_name and maven_group to your preferred values.
    • Make sure to update the versions of Minecraft, the mappings and the loader - all of which can be queried through this website - to match the versions you wish to target.
    • Add any other dependencies you plan to use in build.gradle.
  3. Import the project to your IDE. Follow these instructions to import the project to Visual Studio Code.
  4. Run the genSources Gradle task. If your IDE doesn't have Gradle integration, then run the following command in the terminal: ./gradlew genSources.
  5. Happy modding!
tutorial/setup.1558300593.txt.gz · Last modified: 2019/05/19 21:16 by falseresync