Changes

4,495 bytes added ,  05:50, 6 December 2021
Copy Main Page to MC1.17 archive
__NOTOC__
<templatestyles src=":Main_Page/styles.css" />

<div class="center title">Forge Community Wiki</div>

The Forge Community Wiki exists so that the community can:

* collectively keep track of major changes and updates to Forge and Vanilla code;
* create and edit articles with in-depth explanations about a variety of Forge-related subjects; and
* contribute example code and tutorials for both simple and difficult concepts.

This wiki is editable by any registered user with an account. This is to allow tracking of harmful edits, but isn't imposing any annoying limits. We welcome any edit, however small. Join the [https://discord.gg/Nn42eAh Discord] to discuss changes and edits to the wiki with others and the staff.

{{Supported versions}}

<div class="center round_warning">
Please read the [[FCWMeta:Wiki Policy/1.17|wiki policy]] before editing!
</div>

<div class="center" style="margin-bottom: 2em">
The current ''Latest'' version is '''1.17.1'''. The current ''Long Term Support (LTS)'' version is '''1.16.5'''.
</div>

<div class="box_container center">

<div class="box">
<h3>Beginner Topics</h3>
* [[Getting Started/1.17|Getting Started]]
* [[Proper Mod Structuring/1.17|Proper Mod Structuring]]
* [[Mods.toml file/1.17|Mods.toml file]]
* [[Debug Profiler/1.17|The Debug Profiler]]
* [[Version Checker/1.17|Version Checker]]
</div>

<div class="box">
<h3>Common Concepts</h3>
* [[Sides/1.17|Understanding Sides]]
* [[Events/1.17|Understanding Events]]
* [[Registration/1.17|Registration]]
* [[Internationalization/1.17|Internationalization]]
* [[Configs/1.17|Configs]]
</div>

<div class="box">
<h3>Forge Conventions</h3>
* [[Semantic Versioning/1.17|Semantic Versioning]]
* [[Stages of Modloading/1.17|Stages of Modloading]]
</div>

<div class="box">
<h3>Resources and Data</h3>
* [[Using Resources/1.17|Introduction]]
* [[Recipes/1.17|Recipes]]
* [[Tags/1.17|Tags]]
</div>

<div class="box">
<h3>Blocks</h3>
* [[Making Blocks/1.17|Creating Blocks]]
* [[Understanding Blockstates/1.17|Understanding Blockstates]]
* [[Interacting With Blocks/1.17|Block Interactions]]
</div>

<div class="box">
<h3>Items</h3>
* [[Making Items/1.17|Making Items]]
* [[Making Tools/1.17|Making Tools]]
* [[BlockEntityWithoutLevelRenderer/1.17|<tt>BlockEntityWithoutLevelRenderer</tt>]]
</div>

<div class="box">
<h3>Data Generation</h3>
* [[Datageneration/1.17|Introduction]]
* [[Datageneration/Recipes/1.17|Recipes]]
* [[Datageneration/Tags/1.17|Tags]]
* [[Datageneration/Loot Tables/1.17|Loot Tables]]
* [[Datageneration/I18n/1.17|Localization]]
* [[Datageneration/States and Models/1.17|<tt>BlockState</tt>s and Models]]
</div>

<div class="box">
<h3>Block Entities</h3>
* [[Block Entities/1.17|Introduction]]
* [[Block Entity Renderer/1.17|<tt>BlockEntityRenderer</tt>]]
</div>

<div class="box">
<h3>Models</h3>
* [[Introduction to Models/1.17|Introduction]]
* [[Model JSONs/1.17|Model JSONs]]
* [[BlockState JSONs/1.17|BlockState JSONs]]
* [[Coloring textures dynamically/1.17|Dynamically Colored Textures]]
* [[Item Properties/1.17|Item Properties]]
</div>

<div class="box">
<h3>Handling Information</h3>
* [[Understanding Networking/1.17|Introduction]]
* [[Using NBT/1.17|Named Binary Tag (NBT)]]
* [[Using FriendlyByteBuf/1.17|Using <tt>FriendlyByteBuf</tt>]]
* [[Sending Packets/1.17|Sending and Receiving Packets]]
* [[Using SimpleChannel/1.17|Using <tt>SimpleChannel</tt>]]
* [[Networking with Entities/1.17|Networking with Entities]]
* [[DynamicOps/1.17|Using DynamicOps]]
* [[Codecs/1.17|Using Codecs]]
</div>

<div class="box">
<h3>Data Storage</h3>
* [[Capabilities/1.17|Understanding Capabilities]]
* [[Capabilities/Attaching/1.17|Attaching Capabilities]]
* [[Saved Data/1.17|Saved Data]]
</div>

<div class="box">
<h3>Game Effects</h3>
* [[Mob Effects/1.17|Mob Effects]]
* [[Potions/1.17|Potions]]
* [[Particles/1.17|Particles]]
* [[Sounds/1.17|Sounds]]
</div>

<div class="box">
<h3>Events</h3>
* [[Events/1.17|Understanding Events]]
* [[Entity Events/1.17|Entity Events]]
</div>

<div class="box">
<h3>Others</h3>
* [[Dependencies/1.17|Dependencies]]
* [[Dynamic Loot Modification/1.17|Dynamic Loot Modification]]
* [[Components/1.17|Components and Translation Keys]]
* [[Key Mappings/1.17|Key Mappings]]
* [[Access Transformers/1.17|Access Transformers]]
* [[Toolchain/1.17|Toolchain]]
</div>

<div class="box">
<h3>Recipes</h3>
* [[Recipes/1.17|Recipes]]
* [[Custom Recipes/1.17|Custom Recipe Types]]
* [[Datageneration/Recipes/1.17|Datageneration]]
</div>

</div>
372

edits