Difference between revisions of "Main Page/1.16"

From Forge Community Wiki
(Copy Main Page to MC1.16 archive)
 
m (Use Template:Supported versions with text=1)
 
(4 intermediate revisions by 3 users not shown)
Line 12: Line 12:
 
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.
 
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.
  
''The wiki is still under heavy construction. Pages may move around, so if you bookmark a page, beware when the page is moved and your bookmarked link dies.''
+
{{Supported versions}}
 
 
Please note that we only maintain wiki entries for the Latest and Long Term Support (LTS) releases. Once a documented release is no longer under LTS, it will be removed.
 
  
 
<div class="center round_warning">
 
<div class="center round_warning">
Please read the [[FCWMeta:Wiki Policy|wiki policy/1.16]] before editing!
+
Please read the [[FCWMeta:Wiki Policy|wiki policy]] before editing!
 
</div>
 
</div>
  
 
<div class="center" style="margin-bottom: 2em">
 
<div class="center" style="margin-bottom: 2em">
The current ''Latest'' version is '''1.16.5'''. The current ''Long Term Support (LTS)'' version is '''1.15.2'''.
+
{{Supported versions|text=1}}
 
</div>
 
</div>
  
Line 28: Line 26:
 
<div class="box">
 
<div class="box">
 
<h3>Beginner Topics</h3>
 
<h3>Beginner Topics</h3>
* [[Getting Started/1.16]]
+
* [[Getting Started/1.16|Getting Started]]
* [[Proper Mod Structuring/1.16]]
+
* [[Proper Mod Structuring/1.16|Proper Mod Structuring]]
* [[Debug Profiler|The Debug Profiler/1.16]]
+
* [[Debug Profiler/1.16|The Debug Profiler]]
* [[Version Checker/1.16]]
+
* [[Version Checker/1.16|Version Checker]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Common Concepts</h3>
 
<h3>Common Concepts</h3>
* [[Sides|Understanding Sides/1.16]]
+
* [[Sides/1.16|Understanding Sides]]
* [[Events|Understanding Events/1.16]]
+
* [[Events/1.16|Understanding Events]]
* [[Registration/1.16]]
+
* [[Registration/1.16|Registration]]
* [[Internationalization/1.16]]
+
* [[Internationalization/1.16|Internationalization]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Forge Conventions</h3>
 
<h3>Forge Conventions</h3>
* [[Semantic Versioning/1.16]]
+
* [[Semantic Versioning/1.16|Semantic Versioning]]
* [[Stages of Modloading/1.16]]
+
* [[Stages of Modloading/1.16|Stages of Modloading]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Resources and Data</h3>
 
<h3>Resources and Data</h3>
* [[Using Resources|Introduction/1.16]]
+
* [[Using Resources/1.16|Introduction]]
* [[Recipes/1.16]]
+
* [[Recipes/1.16|Recipes]]
* [[Tags/1.16]]
+
* [[Tags/1.16|Tags]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Blocks</h3>
 
<h3>Blocks</h3>
* [[Making Blocks|Creating Blocks/1.16]]
+
* [[Making Blocks/1.16|Creating Blocks]]
* [[Understanding Blockstates/1.16]]  
+
* [[Understanding Blockstates/1.16|Understanding Blockstates]]  
* [[Interacting With Blocks|Block Interactions/1.16]]
+
* [[Interacting With Blocks/1.16|Block Interactions]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Items</h3>
 
<h3>Items</h3>
* [[Making Items/1.16]]
+
* [[Making Items/1.16|Making Items]]
* [[Making Tools/1.16]]
+
* [[Making Tools/1.16|Making Tools]]
* [[ItemStack TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>/1.16]]
+
* [[ItemStack TileEntityRenderer/1.16|<tt>ItemStackTileEntityRenderer</tt>]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Data Generation</h3>
 
<h3>Data Generation</h3>
* [[Datageneration|Introduction/1.16]]
+
* [[Datageneration/1.16|Introduction]]
* [[Datageneration/Recipes|Recipes/1.16]]
+
* [[Datageneration/Recipes/1.16|Recipes]]
* [[Datageneration/Tags|Tags/1.16]]
+
* [[Datageneration/Tags/1.16|Tags]]
* [[Datageneration/Loot_Tables|Loot Tables/1.16]]
+
* [[Datageneration/Loot Tables/1.16|Loot Tables]]
* [[Datageneration/I18n|Localization/1.16]]
+
* [[Datageneration/I18n/1.16|Localization]]
* [[Datageneration/States and Models|<tt>BlockState</tt>s and Models/1.16]]
+
* [[Datageneration/States and Models/1.16|<tt>BlockState</tt>s and Models]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Tile Entities</h3>
 
<h3>Tile Entities</h3>
* [[Basics of Tile Entities|Introduction/1.16]]
+
* [[Basics of Tile Entities/1.16|Introduction]]
* [[Using Tile Entity Renderers/1.16]]
+
* [[Using Tile Entity Renderers/1.16|Using Tile Entity Renderers]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Models</h3>
 
<h3>Models</h3>
* [[Introduction to Models|Introduction/1.16]]
+
* [[Introduction to Models/1.16|Introduction]]
* [[Model JSONs/1.16]]
+
* [[Model JSONs/1.16|Model JSONs]]
* [[BlockState JSONs/1.16]]
+
* [[BlockState JSONs/1.16|BlockState JSONs]]
* [[Coloring textures dynamically|Dynamically Colored Textures/1.16]]
+
* [[Coloring textures dynamically/1.16|Dynamically Colored Textures]]
* [[Item Overrides/1.16]]
+
* [[Item Overrides/1.16|Item Overrides]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Handling Information</h3>
 
<h3>Handling Information</h3>
* [[Understanding Networking|Introduction/1.16]]
+
* [[Understanding Networking/1.16|Introduction]]
* [[Using NBT|Named Binary Tag (NBT)/1.16]]
+
* [[Using NBT/1.16|Named Binary Tag (NBT)]]
* [[Using PacketBuffer|Using <tt>PacketBuffer</tt>/1.16]]
+
* [[Using PacketBuffer/1.16|Using <tt>PacketBuffer</tt>]]
* [[Sending Packets|Sending and Receiving Packets/1.16]]
+
* [[Sending Packets/1.16|Sending and Receiving Packets]]
* [[Using SimpleChannel|Using <tt>SimpleChannel</tt>/1.16]]
+
* [[Using SimpleChannel/1.16|Using <tt>SimpleChannel</tt>]]
* [[Networking with Entities/1.16]]
+
* [[Networking with Entities/1.16|Networking with Entities]]
* [[DynamicOps|Using DynamicOps/1.16]]
+
* [[DynamicOps/1.16|Using DynamicOps]]
* [[Codecs|Using Codecs/1.16]]
+
* [[Codecs/1.16|Using Codecs]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Data Storage</h3>
 
<h3>Data Storage</h3>
* [[Capabilities|Understanding Capabilities/1.16]]  
+
* [[Capabilities/1.16|Understanding Capabilities]]  
* [[Capabilities/Attaching|Attaching Capabilities/1.16]]
+
* [[Capabilities/Attaching/1.16|Attaching Capabilities]]
* [[World Saved Data/1.16]]
+
* [[World Saved Data/1.16|World Saved Data]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Game Effects</h3>
 
<h3>Game Effects</h3>
* [[Effects/1.16]]
+
* [[Effects/1.16|Effects]]
* [[Potions/1.16]]
+
* [[Potions/1.16|Potions]]
* [[Particles/1.16]]
+
* [[Particles/1.16|Particles]]
* [[Sounds/1.16]]
+
* [[Sounds/1.16|Sounds]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Events</h3>
 
<h3>Events</h3>
* [[Events|Understanding Events/1.16]]
+
* [[Events/1.16|Understanding Events]]
* [[Entity Events/1.16]]
+
* [[Entity Events/1.16|Entity Events]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Others</h3>
 
<h3>Others</h3>
* [[Dependencies/1.16]]
+
* [[Dependencies/1.16|Dependencies]]
* [[Dynamic Loot Modification/1.16]]
+
* [[Dynamic Loot Modification/1.16|Dynamic Loot Modification]]
* [[Text Components|Text Components and Translation Keys/1.16]]
+
* [[Text Components/1.16|Text Components and Translation Keys]]
* [[Key Bindings/1.16]]
+
* [[Key Bindings/1.16|Key Bindings]]
* [[Access Transformers/1.16]]
+
* [[Access Transformers/1.16|Access Transformers]]
* [[Toolchain/1.16]]
+
* [[Toolchain/1.16|Toolchain]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Recipes</h3>
 
<h3>Recipes</h3>
* [[Recipes/1.16]]
+
* [[Recipes/1.16|Recipes]]
* [[Custom Recipes|Custom Recipe Types/1.16]]
+
* [[Custom Recipes/1.16|Custom Recipe Types]]
* [[Datageneration/Recipes|Datageneration/1.16]]
+
* [[Datageneration/Recipes/1.16|Datageneration]]
 
</div>
 
</div>
  
 
</div>
 
</div>

Latest revision as of 13:59, 7 December 2021

Forge Community Wiki

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 Discord to discuss changes and edits to the wiki with others and the staff.

This wiki hosts information for the following Minecraft versions:

Please read the wiki policy before editing!

The current Latest version is 1.19. The current Long Term Support (LTS) version is 1.18.2.