tutorial:setup
This is an old revision of the document!
Steps
- Copy the starting files from fabric-example-mod, excluding the
LICENSEandREADME.mdfiles - as those apply to the template itself, not necessarily to your mod. - Edit
gradle.properties:- Make sure to set
archives_base_nameandmaven_groupto 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.
- Import the project to your IDE. Follow these instructions to import the project to Visual Studio Code.
- Run the
genSourcesGradle task. If your IDE doesn't have Gradle integration, then run the following command in the terminal:./gradlew genSources. - Happy modding!
tutorial/setup.1558300593.txt.gz · Last modified: 2019/05/19 21:16 by falseresync