Difference between revisions of "Main Page"

From Forge Community Wiki
(fixed names of links)
(actually fix names of links)
Line 66: Line 66:
 
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em">
 
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em">
 
<h3 style="margin-top: 0">Items</h3>
 
<h3 style="margin-top: 0">Items</h3>
[[Making_Items|Making_Items]]<br>
+
[[Making_Items|Making Items]]<br>
[[Making_Tools|Making_Tools]]<br>
+
[[Making_Tools|Making Tools]]<br>
 
[[ItemStack_TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]]<br>
 
[[ItemStack_TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]]<br>
 
</div>
 
</div>
Line 88: Line 88:
 
<h3 style="margin-top: 0">Tile Entities</h3>
 
<h3 style="margin-top: 0">Tile Entities</h3>
 
[[Basics_of_Tile_Entities|Introduction]]<br>
 
[[Basics_of_Tile_Entities|Introduction]]<br>
[[Using_Tile_Entity_Renderers|Using_Tile_Entity_Renderers]]<br>
+
[[Using_Tile_Entity_Renderers|Using Tile Entity Renderers]]<br>
 
</div>
 
</div>
  
Line 94: Line 94:
 
<h3 style="margin-top: 0">Models</h3>
 
<h3 style="margin-top: 0">Models</h3>
 
[[Introduction_to_Models|Introduction]]<br>
 
[[Introduction_to_Models|Introduction]]<br>
[[Model_JSONs|Model_JSONs]]<br>
+
[[Model_JSONs|Model JSONs]]<br>
[[BlockState_JSONs|BlockState_JSONs]]<br>
+
[[BlockState_JSONs|BlockState JSONs]]<br>
 
[[Coloring_textures_dynamically|Dynamically Colored Textures]]<br>
 
[[Coloring_textures_dynamically|Dynamically Colored Textures]]<br>
[[Item_Overrides|Item_Overrides]]<br>
+
[[Item_Overrides|Item Overrides]]<br>
 
</div>
 
</div>
  
Line 111: Line 111:
 
[[Sending_Packets|Sending and Receiving Packets]]<br>
 
[[Sending_Packets|Sending and Receiving Packets]]<br>
 
[[Using_SimpleChannel|Using <tt>SimpleChannel</tt>]]<br>
 
[[Using_SimpleChannel|Using <tt>SimpleChannel</tt>]]<br>
[[Networking_with_Entities|Networking_with_Entities]]<br>
+
[[Networking_with_Entities|Networking with Entities]]<br>
 
[[DynamicOps|Using DynamicOps]]<br>
 
[[DynamicOps|Using DynamicOps]]<br>
 
[[Codecs|Using Codecs]]<br>
 
[[Codecs|Using Codecs]]<br>
Line 139: Line 139:
 
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
 
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
 
<h3 style="margin-top: 0">Others</h3>
 
<h3 style="margin-top: 0">Others</h3>
[[Dynamic_Loot_Modification|Dynamic_Loot_Modification]]<br>
+
[[Dynamic_Loot_Modification|Dynamic Loot Modification]]<br>
[[Access_Transformers|Access_Transformers]]<br>
+
[[Access_Transformers|Access Transformers]]<br>
 
[[Toolchain|Deobfuscation Process]]<br>
 
[[Toolchain|Deobfuscation Process]]<br>
 
</div>
 
</div>

Revision as of 22:58, 24 October 2020

Forge Community Wiki

The Forge Community Wiki exists so that the community can:

  • collectively keep track of the major changes and updates to Forge,
  • provide each other with more in-depth explanations to subjects they happen to know about
  • contribute example code for problem subjects

This Wiki is editable by any user that creates an account. This is so that we can keep track of harmful edits, but isn't imposing any annoying limits. We welcome any edit, however small.

Note that the wiki is still in its early stages. Pages can and will move around often, so if you bookmark any of these pages it's on you if the link dies. :-)

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.

Please read the wiki policy before editing!

The current Latest version is 1.16.3. The current Long Term Support (LTS) version is 1.15.2.

Resources and Data

Introduction
Recipes
Tags