User Tools

Site Tools


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
Next revisionBoth sides next revision
start [2019/04/07 16:42] asiestart [2019/06/08 13:42] – [Documentation] Add Fabric Loom jamieswhiteshirt
Line 5: Line 5:
 Fabric is a modular modding toolchain targetting Minecraft 1.14 and above, including snapshots. Fabric is a modular modding toolchain targetting Minecraft 1.14 and above, including snapshots.
  
-Make sure to check out [[http://fabricmc.net/discuss|our community spaces]]!+**Make sure to check out [[http://fabricmc.net/discuss|our community spaces]], and read our [[rules|Community Rules]]!**
  
 ===== Users ===== ===== Users =====
  
 If you're willing to use Fabric as a player, server administrator or modpack developers, these articles are for you: If you're willing to use Fabric as a player, server administrator or modpack developers, these articles are for you:
 +
 +==== Tutorials ====
  
   * [[install|Installing Fabric]]   * [[install|Installing Fabric]]
-  * [[community:rules|Community Rules]] +  * [[tutorial:install_with_multimc|Installing Fabric using MultiMC]] 
-  * [[modpack:mcupdater|Using MCUpdater for Fabric modpacks]] (covers usage and creation)+  * [[tutorial:installing_minecraft_fabric_server|Installing a Minecraft/Fabric Server]] 
 +  * [[tutorial:adding_mods|Adding mods]] 
 +  * [[tutorial:updating_fabric_using_multimc_launcher|Updating an existing MultiMC Instance]] 
 +===== Modpack and Launcher Developers =====
  
-===== Developers =====+**Please keep in mind that we recommend using MultiMC and MCUpdater for modpack play and distribution.** However, that doesn't stop us from trying to support other solutions!
  
-If you'd like to start developing with Fabric, here are some articles which might interest you:+==== Tutorials ====
  
-==== Modding ====+  * [[tutorial:mcupdater_modpacks|Using MCUpdater for Fabric modpacks]] (covers usage and creation) 
 +  * [[tutorial:technic_modpacks|Publishing Fabric modpacks on Technic]] 
 +  * [[tutorial:atlauncher_modpacks|Publishing Fabric modpacks on ATLauncher]]
  
-  * [[modding:tips|Modding Tips]] - random advice +==== Documentation ====
-  * [[tutorial:loader04x|Updating from Loader 0.3.x to 0.4.x]]+
  
-=== Guides ===+  * [[documentation:modpack_related_endpoints|Modpack-related endpoints]]
  
-== Simple ==+ 
 +===== Mod Developers ===== 
 + 
 +If you'd like to start developing with Fabric, here are some articles which might interest you. 
 + 
 +==== Tutorials ==== 
 + 
 +=== Setup ===
  
   * [[tutorial:setup|Setting up a development environment]]   * [[tutorial:setup|Setting up a development environment]]
 +  * [[https://wiki.vg/Debugging|Enabling Log4j debug messages]]
 +  * [[tutorial:cursegradle|Publishing mods with CurseGradle]]
 +
 +=== Basics ===
 +
 +  * Conventions and Terminology
 +    * [[tutorial:terms|Basic conventions and terminology]]
 +    * [[tutorial:side|Server and client side terminology]]
   * [[tutorial:items|Adding an item]]   * [[tutorial:items|Adding an item]]
 +  * [[tutorial:lang|Creating a lang file]]
   * [[tutorial:blocks|Adding a block]]   * [[tutorial:blocks|Adding a block]]
   * [[tutorial:itemgroup|Adding an item group]]   * [[tutorial:itemgroup|Adding an item group]]
   * [[tutorial:biomecoloring|Make a block change color depending on biome]]   * [[tutorial:biomecoloring|Make a block change color depending on biome]]
   * [[tutorial:structures|Generating structures]]   * [[tutorial:structures|Generating structures]]
-  * [[https://wiki.vg/Debugging|Enabling Log4j debug messages]] 
   * [[tutorial:entity|Adding an Entity]]   * [[tutorial:entity|Adding an Entity]]
-  * [[tutorial:keybinds|Custom Keybinds]] +  * [[tutorial:blockentity|Adding a BlockEntity]] 
-         +  * [[tutorial:keybinds|Custom Keybindings]] 
-== Advanced ==+  * [[tutorial:mappings|Using mappings]] 
 +  * [[tutorial:dimensionconcepts|Dimension Concepts]] 
 +  * [[tutorial:dimension|Creating a basic dimension]] 
 +=== Advanced ===
  
-=== Documentation ===+  * [[tutorial:modding_tips|Modding Tips]] 
 +  * [[tutorial:loader04x|Updating from Loader 0.3.x to 0.4.x]] 
 +  * [[tutorial:migratemappings|Updating Yarn mappings in a Java codebase]]
  
-  * [[http://github.com/SpongePowered/Mixin/wiki|Mixin library wiki]] 
  
-  * [[rendering|Rendering in Fabric (DRAFT)]] +==== Documentation ===
-  * [[build_pipelines|Fabric build pipelines (DRAFT)]]+
  
-=== Examples ===+  * [[documentation:fabric_mod_json|fabric.mod.json]] 
 +  * [[http://github.com/SpongePowered/Mixin/wiki|Mixin library wiki]] 
 +  * [[documentation:rendering|Rendering in Fabric (DRAFT)]] 
 +  * [[documentation:build_pipelines|Fabric build pipelines (DRAFT)]] 
 +  * [[documentation:fabric_loader|Fabric Loader]] 
 +  * [[documentation:fabric_loom|Fabric Loom]] 
 + 
 +==== Examples ====
  
   * [[https://github.com/FabricMC/fabric-example-mod|Mod environment template]]   * [[https://github.com/FabricMC/fabric-example-mod|Mod environment template]]
-  * [[https://github.com/FabricMC/fabric/tree/master/src/test/java/net/fabricmc/fabric|Fabric API test mods]] - not a direct tutorial, but may come in handy+  * [[https://github.com/FabricMC/fabric/tree/master/fabric-testmods/java/net/fabricmc/fabric|Fabric API test mods]] - not a direct tutorial, but may come in handy
  
-==== Modpack/Launcher development ==== +===== Fabric Сontributors =====
- +
-  * [[modpack:endpoints|Modpack-related web endpoints]] +
- +
-===== Fabric contributors =====+
  
 If you'd like to contribute to Fabric, you might be interested in these links: If you'd like to contribute to Fabric, you might be interested in these links:
 +  * [[tutorial:feature_procedure|The Fabric Feature Procedure]] - or how to get your feature accepted (or not!)
 +  * [[https://github.com/FabricMC|Fabric on GitHub]]
 +  * [[https://github.com/FabricMC/yarn|Game mappings repository + contribution documentation]]
  
-  * [[community:fabric_procedure|The Fabric Feature Procedure]] - or how to get your feature accepted (or not!)+===== Extremely Strange People =====
  
-  * [[https://github.com/FabricMC|Fabric on GitHub]] +  * [[tutorial:updating_yarn|Updating Yarn to a new Minecraft version]] - for prospective Yarn developers, **not** regular users or modders!
-  [[https://github.com/FabricMC/pomf|Game mappings repository + contribution documentation]]+
start.txt · Last modified: 2023/11/13 21:24 by modmuss50