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 [2022/09/10 18:45] – [YouTube Tutorials] nexus-dinotutorial:start [2023/12/12 19:23] (current) – [Community Libraries and Guides] mineblock11
Line 1: Line 1:
- 
 [[:start|← Go back to the homepage]] [[:start|← Go back to the homepage]]
  
Line 5: 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.
  
-You should probably [[https://discord.gg/RyPwrj5TDk|join the Fabric discord]], as you can talk with other developers and get support very quickly.+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. 
 +However, keep in mind that everyone that helps out in these channels is working on a voluntary basis, and there may not be someone available to help when you post your question. 
 +If you want to maximize the chance you get a good answer, [[http://www.catb.org/~esr/faqs/smart-questions.html|How To Ask Questions The Smart Way]] is a good guide to read.
  
-A list of all topics can be found on the sidebarranging from blocks and itemsto world generation and custom entities.+===== Prerequisites ===== 
 + 
 +It's strongly recommended to learn Java before diving into the modding world (especially if you don't have prior programming experience). 
 +Minecraft, in its codebase, and modsusing Fabric API, use more advanced Java concepts like lambdas, generics and polymorphism. 
 +If you don't know all of these concepts, you may have some difficulties modding. 
 +Here are some online resources that will help learning Java. 
 + 
 +   * JetBrains Academy: https://www.jetbrains.com/academy/ 
 +   * Codecademy: https://www.codecademy.com/learn/learn-java 
 +   * University of Helsinki: https://java-programming.mooc.fi/ 
 +   * Basic Java Tutorials: https://www.w3schools.com/java/default.asp 
 +   * Introduction to Programming using Java by David J. Eck: http://math.hws.edu/javanotes/
  
 ===== Creating Your First Mod ===== ===== Creating Your First Mod =====
Line 16: Line 29:
    * [[tutorial:setup|Setting Up A Development Environment]]    * [[tutorial:setup|Setting Up A Development Environment]]
    * [[tutorial:blocks|Adding A Block]]    * [[tutorial:blocks|Adding A Block]]
 +   * [[tutorial:persistent_states|Saving Custom Data Across Restarts]]
    * [[tutorial:items|Adding An Item]]    * [[tutorial:items|Adding An Item]]
    * [[tutorial:mixin_introduction|An Introduction To Mixins]]    * [[tutorial:mixin_introduction|An Introduction To Mixins]]
 +   * [[tutorial:kotlin|An Introduction For Using Kotlin Language]]
 +
 +
  
 ===== Community Libraries and Guides ===== ===== Community Libraries and Guides =====
Line 23: Line 40:
 The Fabric Wiki isn't the only place where you can learn aspects of modding, checkout these pages which contain useful external guides that can to apply to modding with Fabric, and modding in general: The Fabric Wiki isn't the only place where you can learn aspects of modding, checkout these pages which contain useful external guides that can to apply to modding with Fabric, and modding in general:
  
-   * [[tutorial:libraries|Community Libraries]]+   * [[community:library_mods|Community Libraries]]
    * [[tutorial:list_of_useful_gists|Community Guides]]    * [[tutorial:list_of_useful_gists|Community Guides]]
 +   * [[https://fabric.moddedmc.wiki/|Fabric Modding Wiki]]
 ==== YouTube Tutorials ==== ==== YouTube Tutorials ====
  
-If you prefer video tutorialswe recommend checking out ''[[https://www.youtube.com/c/TKaupenjoe|Modding By Kaupenjoe]]'''Channel+If reading is not your thingcheckout these YouTube playlists: 
 + 
 +  * [[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'Modding Tutorials (1.19) ]]
  
 +//Fabric is not liable for the content or opinions presented on these playlists. These playlists may contain out of date content.//
  
tutorial/start.1662835556.txt.gz · Last modified: 2022/09/10 18:45 by nexus-dino