User Tools

Site Tools


tutorial:start

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:start [2024/08/27 14:16] – [Community Libraries and Guides] solidblocktutorial:start [2024/08/29 13:55] (current) solidblock
Line 4: Line 4:
  
 These pages contain tutorials on most aspects of modding with Fabric Loader and in most cases Fabric API. These pages contain tutorials on most aspects of modding with Fabric Loader and in most cases Fabric API.
-A list of all topics can be found on the sidebar, ranging from blocks and items, to world generation and custom entities.+A list of all topics can be found on the sidebar, ranging from blocks and items, to world generation and custom entities. The sidebar is a the left side for desktop view, and collapsed in a "Sidebar" toolbar at the top for mobile view.
  
 For additional help, feel free to join the [[https://discord.gg/RyPwrj5TDk|Fabric Discord Server]] and ask questions in the channels in the mod development category. For additional help, feel free to join the [[https://discord.gg/RyPwrj5TDk|Fabric Discord Server]] and ask questions in the channels in the mod development category.
Line 27: Line 27:
 If you have never created a mod using Fabric before, these pages are useful and guide you through the bare basics of modding with Fabric: If you have never created a mod using Fabric before, these pages are useful and guide you through the bare basics of modding with Fabric:
  
-   * [[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]] (on Fabric Documentation) 
-   * [[https://docs.fabricmc.net/develop/blocks/first-block|Creating Your First Block]]+   * [[introduction|Introduction to Fabric and Modding]] (on Fabric Wiki) 
 +   * [[https://docs.fabricmc.net/develop/items/first-item|Creating Your First Item]] (on Fabric Documentation) 
 +   * [[https://docs.fabricmc.net/develop/blocks/first-block|Creating Your First Block]] (on Fabric Documentation) 
 +   * [[entity|Adding Entities]] 
 +   * [[commands|Adding Commands]]
    * [[tutorial:persistent_states|Saving Custom Data Across Restarts]]    * [[tutorial:persistent_states|Saving Custom Data Across Restarts]]
-   * [[https://docs.fabricmc.net/develop/items/first-item|Creating Your First Item]] 
    * [[tutorial:mixin_introduction|An Introduction To Mixins]]    * [[tutorial:mixin_introduction|An Introduction To Mixins]]
    * [[tutorial:kotlin|An Introduction For Using Kotlin Language]]    * [[tutorial:kotlin|An Introduction For Using Kotlin Language]]
  
 +For more tutorials, please refer to the sidebar of this page. You may also see [[https://docs.fabricmc.net/develop/|Fabric Documentation]], whilch provides more high-quality tutorials. All codes in the tutorials of Fabric Documentation have been tested to be valid for latest Minecraft. If some codes in the wiki are outdated, you may read Fabric Documentation for it, but please note that some code snippets on Fabric Documentation may differ from Fabric Wiki in structure.
  
 ===== Community Libraries and Guides ===== ===== Community Libraries and Guides =====
Line 41: Line 44:
  
    * [[community:library_mods|Community Libraries]]    * [[community:library_mods|Community Libraries]]
-   * [[community:optifine_alternatives|OptiFine alternatives]] 
    * [[community:list_of_useful_gists|List of useful gists]]    * [[community:list_of_useful_gists|List of useful gists]]
 +
 ==== YouTube Tutorials ==== ==== YouTube Tutorials ====
  
tutorial/start.txt · Last modified: 2024/08/29 13:55 by solidblock