Difference between revisions of "Main Page"

From Forge Community Wiki
(Made a new recipes section, added link to Custom Recipes page.)
(18 intermediate revisions by 7 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">
Line 21: Line 19:
  
 
<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 30: Line 28:
 
* [[Getting Started]]
 
* [[Getting Started]]
 
* [[Proper Mod Structuring]]
 
* [[Proper Mod Structuring]]
 +
* [[Mods.toml file]]
 
* [[Debug Profiler|The Debug Profiler]]
 
* [[Debug Profiler|The Debug Profiler]]
* [[Update Checker]]
+
* [[Version Checker]]
 +
</div>
 +
 
 +
<div class="box">
 +
<h3>Advanced Topics</h3>
 +
* [[Jar-in-jar]]
 
</div>
 
</div>
  
Line 40: Line 44:
 
* [[Registration]]
 
* [[Registration]]
 
* [[Internationalization]]
 
* [[Internationalization]]
 +
* [[Configs]]
 
</div>
 
</div>
  
Line 66: Line 71:
 
* [[Making Items]]
 
* [[Making Items]]
 
* [[Making Tools]]
 
* [[Making Tools]]
* [[ItemStack TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]]
+
* [[BlockEntityWithoutLevelRenderer|<tt>BlockEntityWithoutLevelRenderer</tt>]]
 
</div>
 
</div>
  
Line 77: Line 82:
 
* [[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]]
 +
* [[Datageneration/Datapack_Registries|Datapack Registries]]
 
</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]]
+
* [[Block Entity Renderer|<tt>BlockEntityRenderer</tt>]]
 
</div>
 
</div>
  
Line 91: Line 97:
 
* [[BlockState JSONs]]
 
* [[BlockState JSONs]]
 
* [[Coloring textures dynamically|Dynamically Colored Textures]]
 
* [[Coloring textures dynamically|Dynamically Colored Textures]]
* [[Item Overrides]]
+
* [[Item Properties]]
 
</div>
 
</div>
  
Line 98: Line 104:
 
* [[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>]]
Line 110: Line 116:
 
* [[Capabilities|Understanding Capabilities]]  
 
* [[Capabilities|Understanding Capabilities]]  
 
* [[Capabilities/Attaching|Attaching Capabilities]]
 
* [[Capabilities/Attaching|Attaching Capabilities]]
* [[World Saved Data]]
+
* [[Saved Data]]
 
</div>
 
</div>
  
 
<div class="box">
 
<div class="box">
 
<h3>Game Effects</h3>
 
<h3>Game Effects</h3>
* [[Effects]]
+
* [[Mob Effects]]
 
* [[Potions]]
 
* [[Potions]]
 
* [[Particles]]
 
* [[Particles]]
Line 131: Line 137:
 
* [[Dependencies]]
 
* [[Dependencies]]
 
* [[Dynamic Loot Modification]]
 
* [[Dynamic Loot Modification]]
* [[Text Components|Text Components and Translation Keys]]
+
* [[Components|Components and Translation Keys]]
* [[Key Bindings]]
+
* [[Key Mappings]]
 
* [[Access Transformers]]
 
* [[Access Transformers]]
 
* [[Toolchain]]
 
* [[Toolchain]]
 +
* [[Game_Tests|Game Tests]]
 +
* [[Biome_Modifiers|Biome Modifiers]]
 
</div>
 
</div>
  

Revision as of 08:35, 17 June 2022

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.