User Tools

Site Tools


tutorial:building_mod_basics

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:building_mod_basics [2023/06/10 12:04] – ↷ Links adapted because of a move operation 83.246.176.125tutorial:building_mod_basics [2023/12/27 13:09] (current) – ↷ Links adapted because of a move operation 194.187.169.38
Line 20: Line 20:
   * **src/main/java** Here’s your code stored.   * **src/main/java** Here’s your code stored.
   * **src/main/resources** Here’s the mod’s assets, meta, confines, etc are located. Right now there’s very few files:   * **src/main/resources** Here’s the mod’s assets, meta, confines, etc are located. Right now there’s very few files:
-    * **fabric.mod.json** All kinds of information about your mod are here. You can read more about that file [[documentation:fabric_mod_json_spec|here]].+    * **fabric.mod.json** All kinds of information about your mod are here. You can read more about that file [[documentation:fabric_mod_json|here]].
     * **modid.mixin.json** You’re not going to use it. Just ignore it.     * **modid.mixin.json** You’re not going to use it. Just ignore it.
 ===== Adding an Item ===== ===== Adding an Item =====
tutorial/building_mod_basics.1686398689.txt.gz · Last modified: 2023/06/10 12:04 by 83.246.176.125