User Tools

Site Tools


tutorial:sidebar

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
tutorial:sidebar [2024/12/30 21:43] – [Miscellaneous] mineblock11tutorial:sidebar [2025/04/01 08:54] (current) – [Items] solidblock
Line 11: Line 11:
   * [[https://docs.fabricmc.net/develop/getting-started/introduction-to-fabric-and-modding|Introduction to Fabric and Modding]]   * [[https://docs.fabricmc.net/develop/getting-started/introduction-to-fabric-and-modding|Introduction to Fabric and Modding]]
   * [[tutorial:introduction|Introduction to Modding with Fabric]]   * [[tutorial:introduction|Introduction to Modding with Fabric]]
-  * [[https://docs.fabricmc.net/develop/getting-started/setting-up-a-development-environment|Setting up a Development Environment]]+  * [[setup|Setting up a Development Environment]] 
 +  * [[https://docs.fabricmc.net/develop/getting-started/setting-up-a-development-environment|Setting up a Development Environment (on Fabric Documentation)]]
   * [[tutorial:reading_mc_code|Reading the Minecraft source]]   * [[tutorial:reading_mc_code|Reading the Minecraft source]]
   * [[kotlin|Modding with Fabric with Kotlin]]   * [[kotlin|Modding with Fabric with Kotlin]]
   * [[tutorial:terms|Basic Conventions and Terminology]]   * [[tutorial:terms|Basic Conventions and Terminology]]
   * [[tutorial:side|Server and Client Side]]   * [[tutorial:side|Server and Client Side]]
-  * [[tutorial:registry|Intro to Registries]]+  * [[tutorial:registry|Introduction to Registries]]
     * [[tutorial:registry_types|Standard Registries]]     * [[tutorial:registry_types|Standard Registries]]
   * [[hotswapping|Applying Changes without Restarting Minecraft]]   * [[hotswapping|Applying Changes without Restarting Minecraft]]
-  * [[tutorial:lang|Creating a lang file]]+  * [[tutorial:lang|Creating a language file]]
  
 ==== Items ==== ==== Items ====
Line 25: Line 26:
 Creation of items, such as tools, armor and food. Alongside crafting recipes and enchantments. Creation of items, such as tools, armor and food. Alongside crafting recipes and enchantments.
  
-  * [[https://docs.fabricmc.net/develop/items/first-item|Creating Your First Item]] +  * [[items|Creating Your First Item]] 
-    * [[https://docs.fabricmc.net/develop/items/custom-item-groups|Custom Item Groups]] +    * [[https://docs.fabricmc.net/develop/items/first-item|Item tutorial on Fabric Documentation]] 
-    * [[https://docs.fabricmc.net/develop/items/first-item#custom-tooltips|Custom Item Tooltips]]+  * [[itemgroup|Custom Item Groups]] 
 +    * [[https://docs.fabricmc.net/develop/items/custom-item-groups|Item Groups tutorial on Fabric Documentation]] 
 +    * [[tooltip|Custom Item Tooltips]]
   * [[tutorial:recipes|Adding a Crafting Recipe]]   * [[tutorial:recipes|Adding a Crafting Recipe]]
-  * [[https://docs.fabricmc.net/develop/items/custom-armor|Custom Armor]]+  * [[https://docs.fabricmc.net/develop/items/custom-armor|Custom Armor (new)]] 
 +  * [[armor|Custom Armor (old)]]
     * [[tutorial:armor_trim|Adding an Armor Trim]]     * [[tutorial:armor_trim|Adding an Armor Trim]]
-  * [[https://docs.fabricmc.net/develop/items/custom-tools|Custom Tools]]+  * [[https://docs.fabricmc.net/develop/items/custom-tools|Custom Tools (new)]] 
 +  * [[tools|Custom Tools (old)]]
   * [[tutorial:shield|Adding a Shield]]   * [[tutorial:shield|Adding a Shield]]
-  * [[https://docs.fabricmc.net/develop/items/custom-enchantment-effects|Adding Custom Enchantments]] +  * [[https://docs.fabricmc.net/develop/items/custom-enchantment-effects|Custom Enchantments (new)]] 
-  * [[tutorial:model_predicate_providers|Adding Model Predicate Providers]]+  * [[enchantments|Custom Enchantments (old)]] 
 +  * [[tutorial:model_predicate_providers|Adding Model Predicate Providers]] (before 1.21.4)
  
 ==== Blocks and Block Entities==== ==== Blocks and Block Entities====
tutorial/sidebar.1735594992.txt.gz · Last modified: 2024/12/30 21:43 by mineblock11