User Tools

Site Tools


tutorial:setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:setup [2023/04/23 08:31] – [java.lang.ClassNotFoundException: net.fabricmc.loader.impl.launch.knot.KnotClient / java.lang.TypeNotPresentException: Type net/minecraft/util/Identifier not present] solidblocktutorial:setup [2023/06/12 16:16] – ↷ Links adapted because of a move operation mineblock11
Line 9: Line 9:
 ===== Mod Setup ===== ===== Mod Setup =====
 ==== Manual Steps ==== ==== Manual Steps ====
-   - Copy the starting files from [[https://github.com/FabricMC/fabric-example-mod/|fabric-example-mod]] (or from [[https://github.com/SmushyTaco/Example-Mod/|the Kotlin version]], if you wish to use Kotlin,) excluding the ''LICENSE'' and ''README.md'' files - as those apply to the template itself, not necessarily to your mod.+   - Copy the starting files from [[https://github.com/FabricMC/fabric-example-mod/|fabric-example-mod]] (or from [[https://fabricmc.net/develop/template/|the template generator]], if you wish to use Kotlin or other featues.) excluding the ''LICENSE'' and ''README.md'' files - as those apply to the template itself, not necessarily to your mod.
    - Edit ''gradle.properties'':    - Edit ''gradle.properties'':
        * Make sure to set ''archives_base_name'' and ''maven_group'' to your preferred values.        * Make sure to set ''archives_base_name'' and ''maven_group'' to your preferred values.
Line 48: Line 48:
  
 === Visual Studio Code === === Visual Studio Code ===
-If you are using VSCode, please follow [[tutorial:vscode_setup|these instructions]].+If you are using VSCode, please follow [[tutorial:setup:vscode|these instructions]].
  
 ===== Generating Minecraft Sources ===== ===== Generating Minecraft Sources =====
tutorial/setup.txt · Last modified: 2024/04/15 00:35 by solidblock