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
Next revision
Previous revision
Last revisionBoth sides next revision
tutorial:building_mod_basics [2019/05/21 10:23] – [Adding an Ore] falseresynctutorial:building_mod_basics [2023/06/10 12:04] – ↷ Links adapted because of a move operation 83.246.176.125
Line 3: Line 3:
 By falseresync, don’t change pls. By falseresync, don’t change pls.
  
-In this tutorial I’ll show you all of the basics of the modding through the creation of a real working mod! By the end of the tutorial you would be able to create items, blocks, texture them, generate ores, and create interactive blocks, just like furnace.+In this tutorial I’ll show you all of the basics of the modding through the creation of a real working mod! By the end of the tutorial you would be able to create items, blocks, give them textures and make them craftable.
  
 ===== Prerequisites ===== ===== Prerequisites =====
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|here]].+    * **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]].
     * **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 =====
 ===== Adding a Block ===== ===== Adding a Block =====
-===== Adding Recipes and Loot Tables =====+===== Adding Recipes ===== 
 +===== Adding Loot Tables =====
 ===== Refactoring ===== ===== Refactoring =====
 ===== Result Overview ===== ===== Result Overview =====
tutorial/building_mod_basics.txt · Last modified: 2023/12/27 13:09 by 194.187.169.38