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
Next revision
Previous revision
tutorial:start [2024/08/29 13:55] solidblocktutorial:start [2025/12/05 16:54] (current) – [Creating Your First Mod] typo cassiancc
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]] (on Fabric Documentation) +   * [[https://docs.fabricmc.net/develop/getting-started/|Introduction to Fabric and Modding]] ([[introduction|older version]]) 
-   [[introduction|Introduction to Fabric and Modding]] (on Fabric Wiki+   * [[https://docs.fabricmc.net/develop/items/first-item|Creating Your First Item]] ([[items|older version]]
-   * [[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]] ([[blocks|older version]])
-   * [[https://docs.fabricmc.net/develop/blocks/first-block|Creating Your First Block]] (on Fabric Documentation)+
    * [[entity|Adding Entities]]    * [[entity|Adding Entities]]
    * [[commands|Adding Commands]]    * [[commands|Adding Commands]]
-   * [[tutorial:persistent_states|Saving Custom Data Across Restarts]]+   * [[https://docs.fabricmc.net/develop/saved-data|Saving Custom Data Across Restarts]] ([[tutorial:persistent_states|older version]])
    * [[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.+For more tutorials, please refer to the sidebar of this page. You may also see [[https://docs.fabricmc.net/develop/|Fabric Documentation]], which provides more high-quality tutorials. All code in the tutorials of Fabric Documentation have been tested to be valid for the latest version of Minecraft, and is backed by an example mod. If some code 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 50: Line 49:
 If reading is not your thing, checkout these YouTube playlists: If reading is not your thing, checkout these YouTube playlists:
  
 +  * [[https://www.youtube.com/playlist?list=PLKGarocXCE1H_HxOYihQMq0mlpqiUJj4L|Kaupenjoe's Fabric Modding Playlist (1.21) ]]
   * [[https://www.youtube.com/playlist?list=PLKGarocXCE1EO43Dlf5JGh7Yk-kRAXUEJ|Kaupenjoe's Fabric Modding Playlist (1.20) ]]   * [[https://www.youtube.com/playlist?list=PLKGarocXCE1EO43Dlf5JGh7Yk-kRAXUEJ|Kaupenjoe's Fabric Modding Playlist (1.20) ]]
   * [[https://www.youtube.com/watch?v=e37IMIwB5BE&list=PLDhiRTZ_vnoV0O_V_hSf2Z-GWEwYK1RlC|Techovision's Modding Tutorials (1.19) ]]   * [[https://www.youtube.com/watch?v=e37IMIwB5BE&list=PLDhiRTZ_vnoV0O_V_hSf2Z-GWEwYK1RlC|Techovision's Modding Tutorials (1.19) ]]
tutorial/start.1724939723.txt.gz · Last modified: 2024/08/29 13:55 by solidblock