Difference between revisions of "Main Page"

From Forge Community Wiki
(Add new entry for Dependencies page, rename toolchain reference to Toolchain)
m (Remove reference to 1.15.2 as grace/LTS version.)
(14 intermediate revisions by 6 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]] 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'''.
+
The current ''Latest'' version is '''1.17.1'''. The current ''Long Term Support (LTS)'' version is '''1.16.5'''.
 
</div>
 
</div>
  
Line 28: Line 26:
 
<div class="box">
 
<div class="box">
 
<h3>Beginner Topics</h3>
 
<h3>Beginner Topics</h3>
* [[Getting_Started|Getting Started]]
+
* [[Getting Started]]
* [[Proper_Mod_Structuring|Proper Mod Structuring]]
+
* [[Proper Mod Structuring]]
* [[Debug_Profiler|The Debug Profiler]]
+
* [[Mods.toml file]]
* [[Update_Checker|Update Checker]]
+
* [[Debug Profiler|The Debug Profiler]]
 +
* [[Version Checker]]
 
</div>
 
</div>
  
Line 38: Line 37:
 
* [[Sides|Understanding Sides]]
 
* [[Sides|Understanding Sides]]
 
* [[Events|Understanding Events]]
 
* [[Events|Understanding Events]]
* [[Registration|Registration]]
+
* [[Registration]]
* [[Internationalization|Internationalization]]
+
* [[Internationalization]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Forge Conventions</h3>
 
<h3>Forge Conventions</h3>
* [[Semantic_Versioning|Semantic Versioning]]
+
* [[Semantic Versioning]]
* [[Stages_of_Modloading|Stages of Modloading]]
+
* [[Stages of Modloading]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Resources and Data</h3>
 
<h3>Resources and Data</h3>
* [[Using_Resources|Introduction]]
+
* [[Using Resources|Introduction]]
* [[Recipes|Recipes]]
+
* [[Recipes]]
* [[Tags|Tags]]
+
* [[Tags]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Blocks</h3>
 
<h3>Blocks</h3>
* [[Making_Blocks|Creating Blocks]]
+
* [[Making Blocks|Creating Blocks]]
* [[Understanding_Blockstates|Understanding Blockstates]]  
+
* [[Understanding Blockstates]]  
* [[Interacting_With_Blocks|Block Interactions]]
+
* [[Interacting With Blocks|Block Interactions]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Items</h3>
 
<h3>Items</h3>
* [[Making_Items|Making Items]]
+
* [[Making Items]]
* [[Making_Tools|Making Tools]]
+
* [[Making Tools]]
* [[ItemStack_TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]]
+
* [[BlockEntityWithoutLevelRenderer|<tt>BlockEntityWithoutLevelRenderer</tt>]]
 
</div>
 
</div>
  
Line 76: Line 75:
 
* [[Datageneration/Loot_Tables|Loot Tables]]
 
* [[Datageneration/Loot_Tables|Loot Tables]]
 
* [[Datageneration/I18n|Localization]]
 
* [[Datageneration/I18n|Localization]]
* [[Datageneration/States_and_Models|<tt>BlockState</tt>s and Models]]
+
* [[Datageneration/States and Models|<tt>BlockState</tt>s and Models]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
<h3>Tile Entities</h3>
+
<h3>Block Entities</h3>
* [[Basics_of_Tile_Entities|Introduction]]
+
* [[Block Entities|Introduction]]
* [[Using_Tile_Entity_Renderers|Using Tile Entity Renderers]]
+
* [[Block Entity Renderer|<tt>BlockEntityRenderer</tt>]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Models</h3>
 
<h3>Models</h3>
* [[Introduction_to_Models|Introduction]]
+
* [[Introduction to Models|Introduction]]
* [[Model_JSONs|Model JSONs]]
+
* [[Model JSONs]]
* [[BlockState_JSONs|BlockState JSONs]]
+
* [[BlockState JSONs]]
* [[Coloring_textures_dynamically|Dynamically Colored Textures]]
+
* [[Coloring textures dynamically|Dynamically Colored Textures]]
* [[Item_Overrides|Item Overrides]]
+
* [[Item Properties]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Handling Information</h3>
 
<h3>Handling Information</h3>
* [[Understanding_Networking|Introduction]]
+
* [[Understanding Networking|Introduction]]
* [[Using_NBT|Named Binary Tag (NBT)]]
+
* [[Using NBT|Named Binary Tag (NBT)]]
* [[Using_PacketBuffer|Using <tt>PacketBuffer</tt>]]
+
* [[Using FriendlyByteBuf|Using <tt>FriendlyByteBuf</tt>]]
* [[Sending_Packets|Sending and Receiving Packets]]
+
* [[Sending Packets|Sending and Receiving Packets]]
* [[Using_SimpleChannel|Using <tt>SimpleChannel</tt>]]
+
* [[Using SimpleChannel|Using <tt>SimpleChannel</tt>]]
* [[Networking_with_Entities|Networking with Entities]]
+
* [[Networking with Entities]]
 
* [[DynamicOps|Using DynamicOps]]
 
* [[DynamicOps|Using DynamicOps]]
 
* [[Codecs|Using Codecs]]
 
* [[Codecs|Using Codecs]]
Line 110: Line 109:
 
* [[Capabilities|Understanding Capabilities]]  
 
* [[Capabilities|Understanding Capabilities]]  
 
* [[Capabilities/Attaching|Attaching Capabilities]]
 
* [[Capabilities/Attaching|Attaching Capabilities]]
* [[World_Saved_Data|World Saved Data]]
+
* [[Saved Data]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Game Effects</h3>
 
<h3>Game Effects</h3>
* [[Effects|Effects]]
+
* [[Mob Effects]]
* [[Potions|Potions]]
+
* [[Potions]]
* [[Particles|Particles]]
+
* [[Particles]]
* [[Sounds|Sounds]]
+
* [[Sounds]]
 
</div>
 
</div>
  
Line 124: Line 123:
 
<h3>Events</h3>
 
<h3>Events</h3>
 
* [[Events|Understanding Events]]
 
* [[Events|Understanding Events]]
* [[Entity_Events|Entity Events]]
+
* [[Entity Events]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Others</h3>
 
<h3>Others</h3>
* [[Dependencies|Dependencies]]
+
* [[Dependencies]]
* [[Dynamic_Loot_Modification|Dynamic Loot Modification]]
+
* [[Dynamic Loot Modification]]
* [[Key_Bindings|Key Bindings]]
+
* [[Components|Components and Translation Keys]]
* [[Access_Transformers|Access Transformers]]
+
* [[Key Mappings]]
* [[Toolchain|Toolchain]]
+
* [[Access Transformers]]
 +
* [[Toolchain]]
 +
</div>
 +
 
 +
<div class="box">
 +
<h3>Recipes</h3>
 +
* [[Recipes]]
 +
* [[Custom Recipes|Custom Recipe Types]]
 +
* [[Datageneration/Recipes|Datageneration]]
 
</div>
 
</div>
  
 
</div>
 
</div>

Revision as of 16:34, 6 October 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.17.1. The current Long Term Support (LTS) version is 1.16.5.