start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2023/06/09 21:41] – old revision restored (2023/06/09 16:39) mineblock11 | start [2024/11/01 01:14] (current) – Fix community typo cassiancc | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Welcome to the Fabric Wiki! ====== | ====== Welcome to the Fabric Wiki! ====== | ||
- | Fabric is a modular modding toolchain targeting Minecraft: Java Edition 1.14 and above, including snapshots. | + | This resource is dedicated to Fabric. |
- | **Hint:** | + | Some pages on the wiki may be out-of-date or a work in progress. |
- | + | ||
- | This is an early work-in-progress wiki dedicated to documenting the methods, tools and APIs of the Fabric project. | + | |
- | + | ||
- | Learn how to **[[wiki_meta|contribute]]** to the wiki! | + | |
- | + | ||
- | **Make sure to check out [[community_discords|our community spaces]], and read our [[rules|Community Rules]]!** | + | |
- | + | ||
- | * [[faq: | + | |
- | * [[faq: | + | |
This wiki is also available in the following languages: | This wiki is also available in the following languages: | ||
Line 21: | Line 12: | ||
* {{: | * {{: | ||
* {{: | * {{: | ||
+ | * {{: | ||
- | ===== Player tutorials ===== | + | **Make sure to check out our [[community: |
- | If you wish to use Fabric as a player, server administrator or modpack developer, these articles are for | + | * [[faq: |
- | you: | + | * [[faq:expert|Frequently Asked Questions (expert mode)]] - a supplement to the above with more detailed answers |
- | ==== Installing Fabric Loader | + | ===== Player Tutorials ===== |
- | * [[install|Installing | + | If you wish to use Fabric |
- | * [[player: | + | |
- | * [[player: | + | |
- | * [[player: | + | |
- | * [[player: | + | |
- | * [[player: | + | |
- | * [[player: | + | |
- | * [[player: | + | |
- | * [[player: | + | |
- | ==== Updating Fabric Loader | + | * [[player: |
- | * [[player: | + | * [[player: |
- | * [[player: | + | * [[player: |
+ | * [[player: | ||
- | ==== Installing Java ==== | + | ---- |
- | * [[player: | + | ===== Mod Developer Tutorials ===== |
- | * [[player: | + | |
- | * [[player: | + | |
- | ==== Troubleshooting ==== | + | If you'd like to start developing with Fabric, you should check out the [[tutorial: |
- | * [[player:tutorials:logs_ml:windows|How to post your logs to get help (Windows)]] | + | * [[tutorial:start# |
- | * [[player:tutorials:logs_ml:mac|How to post your logs to get help (macOS)]] | + | * [[https:// |
+ | * [[https:// | ||
+ | * [[tutorial:persistent_states|Saving Custom Data Across Restarts]] | ||
+ | * [[tutorial:datagen_setup|Data Generation]] | ||
+ | * [[tutorial:dimensionconcepts|World Generation]] | ||
+ | * [[tutorial: | ||
+ | * [[tutorial: | ||
+ | * [[https:// | ||
+ | * [[tutorial: | ||
+ | * [[tutorial: | ||
- | ==== Misc ==== | + | ---- |
- | | + | ===== Documentation ===== |
+ | |||
+ | If you want to know how projects in the Fabric toolchain work, you should check out the [[documentation: | ||
+ | |||
+ | | ||
+ | * [[documentation:start# | ||
+ | * [[documentation: | ||
---- | ---- | ||
===== Modpack and Launcher Developers ===== | ===== Modpack and Launcher Developers ===== | ||
- | **Please keep in mind that we recommend using MultiMC | + | :!: //These pages may be slightly outdated, we are currently in process of rewriting them.// |
+ | |||
+ | **Please keep in mind that we recommend using Minecraft Launcher | ||
* [[tutorial: | * [[tutorial: | ||
Line 69: | Line 69: | ||
---- | ---- | ||
- | ===== Tutorials for Developing with Fabric ===== | ||
- | If you'd like to start developing with Fabric, here are some articles which might interest you. | + | ===== Community |
- | + | Feeling like participating | |
- | ==== Setup ==== | + | |
- | + | ||
- | These pages will help you setup a productive development environment and semi-automated releases. | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Basics | + | |
- | + | ||
- | These pages are essential must-reads when modding with Fabric, and modding Minecraft | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial:reading_mc_code|Reading the Minecraft source]] | + | |
- | * Conventions and Terminology | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * Registries | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * Development Tools | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Items ==== | + | |
- | + | ||
- | These pages will guide you on the creation of items, such as tools, armor and food. Alongside crafting recipes and enchantments. | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Blocks and Block Entities==== | + | |
- | + | ||
- | These pages will guide you through the creation of blocks, storage of items and data in blocks via block entities, and the creation of models and blockstates. | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Data Generation ==== | + | |
- | + | ||
- | These pages will guide you through | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== World Generation ==== | + | |
- | + | ||
- | These pages will guide you through world generation concepts. | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[https:// | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Commands ==== | + | |
- | + | ||
- | These pages will guide you through [[https:// | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Events ==== | + | |
- | + | ||
- | These pages will guide you through using the many events included in [[https:// | + | |
- | + | ||
- | * [[tutorial:callbacks|Listening to Events]] | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Entities ==== | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Fluids ==== | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Mixins & ASM ==== | + | |
- | + | ||
- | These pages will guide you through | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Miscellaneous ==== | + | |
- | + | ||
- | :!: //Some of these pages are currently being written.// | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[https:// | + | |
- | + | ||
- | ==== Yarn ==== | + | |
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | + | ||
- | ==== Contribute to Fabric ==== | + | |
- | + | ||
- | * [[tutorial: | + | |
- | * [[tutorial: | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | + | ||
- | Looking for old tutorials? They' | + | |
- | + | ||
- | ===== Documentation ===== | + | |
- | + | ||
- | * [[documentation: | + | |
- | * [[documentation: | + | |
- | * [[documentation: | + | |
- | * [[http:// | + | |
- | * [[documentation: | + | |
- | * [[documentation: | + | |
- | * [[documentation: | + | |
- | * [[documentation: | + | |
- | + | ||
- | ==== Examples ==== | + | |
- | + | ||
- | * [[https:// | + | |
---- | ---- | ||
===== Contributing to the Wiki ===== | ===== Contributing to the Wiki ===== | ||
- | | + | The Wiki is mostly maintained by the community, for the community. If you are interested in contributing to the wiki, check out the following pages first: |
- | * [[wiki_agenda|Wiki Agenda]] - See what is on the current agenda, and what other contributors are currently working on. | + | |
+ | | ||
+ | * [[wiki:agenda|Wiki Agenda]] - See what is on the current agenda, and what other contributors are currently working on. |
start.1686346912.txt.gz · Last modified: 2023/06/09 21:41 by mineblock11