Difference between revisions of "Main Page"

From Forge Community Wiki
(fix links to Internationalization and Proper Mod Structuring)
m (Remove reference to 1.15.2 as grace/LTS version.)
(26 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<div style="text-align: center; font-weight: 900; font-size: 3em; line-height: 1.2em; color: #e0a969;">Forge Community Wiki</div>
+
<templatestyles src=":Main_Page/styles.css" />
 +
 
 +
<div class="center title">Forge Community Wiki</div>
  
 
The Forge Community Wiki exists so that the community can:
 
The Forge Community Wiki exists so that the community can:
  
* collectively keep track of the major changes and updates to Forge,
+
* collectively keep track of major changes and updates to Forge and Vanilla code;
* provide each other with more in-depth explanations to subjects they happen to know about
+
* create and edit articles with in-depth explanations about a variety of Forge-related subjects; and
* contribute example code for problem subjects
+
* contribute example code and tutorials for both simple and difficult concepts.
 
 
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.
+
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.
  
<div style="font-weight: 700; width: 60%; border-radius: 1em; margin: auto; text-align: center;">
+
{{Supported versions}}
Please read the [[FCWMeta:Wiki_Policy|wiki policy]] before editing!
 
</div>
 
  
<div style="text-align: center; margin-bottom: 2em">
+
<div class="center round_warning">
The current ''Latest'' version is '''1.16.3'''. The current ''Long Term Support (LTS)'' version is '''1.15.2'''.
+
Please read the [[FCWMeta:Wiki Policy|wiki policy]] before editing!
 
</div>
 
</div>
  
<div style="display: flex; text-align: center; border-color: yellow">
+
<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 style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
 
<h3 style="margin-top: 0">Beginner Topics</h3>
 
[[Getting_Started|Getting Started]]<br>
 
[[Proper_Mod_Structuring|Proper_Mod_Structuring]]<br>
 
[[Debug_Profiler|The Debug Profiler]]<br>
 
[[Update_Checker|Update Checker]]<br>
 
 
</div>
 
</div>
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
<div class="box_container center">
<h3 style="margin-top: 0">Common Concepts</h3>
 
[[Sides|Understanding Sides]]<br>
 
[[Events|Understanding Events]]<br>
 
[[Registration|Registration]]<br>
 
[[Internationalization|Internationalization]]<br>
 
</div>
 
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em">
+
<div class="box">
<h3 style="margin-top: 0">Forge Conventions</h3>
+
<h3>Beginner Topics</h3>
[[Semantic_Versioning|Semantic Versioning]]<br>
+
* [[Getting Started]]
[[Stages_of_Modloading|Stages of Modloading]]<br>
+
* [[Proper Mod Structuring]]
 +
* [[Mods.toml file]]
 +
* [[Debug Profiler|The Debug Profiler]]
 +
* [[Version Checker]]
 
</div>
 
</div>
  
 +
<div class="box">
 +
<h3>Common Concepts</h3>
 +
* [[Sides|Understanding Sides]]
 +
* [[Events|Understanding Events]]
 +
* [[Registration]]
 +
* [[Internationalization]]
 
</div>
 
</div>
  
<div style="display: flex; text-align: center; margin-top: 1em">
+
<div class="box">
 
+
<h3>Forge Conventions</h3>
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
* [[Semantic Versioning]]
<h3 style="margin-top: 0">Resources and Data</h3>
+
* [[Stages of Modloading]]
[[Using_Resources|Introduction]]<br>
 
[[Recipes|Recipes]]<br>
 
[[Tags|Tags]]<br>
 
 
</div>
 
</div>
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
<div class="box">
<h3 style="margin-top: 0">Blocks</h3>
+
<h3>Resources and Data</h3>
[[Making_Blocks|Creating Blocks]]<br>
+
* [[Using Resources|Introduction]]
[[Understanding_Blockstates|Understanding Blockstates]]<br>
+
* [[Recipes]]
[[Interacting_With_Blocks|Block Interactions]]<br>
+
* [[Tags]]
 
</div>
 
</div>
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em">
+
<div class="box">
<h3 style="margin-top: 0">Items</h3>
+
<h3>Blocks</h3>
[[Making_Items|Making Items]]<br>
+
* [[Making Blocks|Creating Blocks]]
[[Making_Tools|Making Tools]]<br>
+
* [[Understanding Blockstates]]  
[[ItemStack_TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]]<br>
+
* [[Interacting With Blocks|Block Interactions]]
 
</div>
 
</div>
  
 +
<div class="box">
 +
<h3>Items</h3>
 +
* [[Making Items]]
 +
* [[Making Tools]]
 +
* [[BlockEntityWithoutLevelRenderer|<tt>BlockEntityWithoutLevelRenderer</tt>]]
 
</div>
 
</div>
  
<div style="display: flex; text-align: center; margin-top: 1em">
+
<div class="box">
 
+
<h3>Data Generation</h3>
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
* [[Datageneration|Introduction]]
<h3 style="margin-top: 0">Data Generation</h3>
+
* [[Datageneration/Recipes|Recipes]]
[[Datageneration|Introduction]]<br>
+
* [[Datageneration/Tags|Tags]]
[[Datageneration/Recipes|Recipes]]<br>
+
* [[Datageneration/Loot_Tables|Loot Tables]]
[[Datageneration/Tags|Tags]]<br>
+
* [[Datageneration/I18n|Localization]]
[[Datageneration/Loot_Tables|Loot Tables]]<br>
+
* [[Datageneration/States and Models|<tt>BlockState</tt>s and Models]]
[[Datageneration/I18n|Localization]]<br>
 
[[Datageneration/States_and_Models|<tt>BlockState</tt>s and Models]]<br>
 
 
</div>
 
</div>
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
<div class="box">
<h3 style="margin-top: 0">Tile Entities</h3>
+
<h3>Block Entities</h3>
[[Basics_of_Tile_Entities|Introduction]]<br>
+
* [[Block Entities|Introduction]]
[[Using_Tile_Entity_Renderers|Using Tile Entity Renderers]]<br>
+
* [[Block Entity Renderer|<tt>BlockEntityRenderer</tt>]]
 
</div>
 
</div>
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em">
+
<div class="box">
<h3 style="margin-top: 0">Models</h3>
+
<h3>Models</h3>
[[Introduction_to_Models|Introduction]]<br>
+
* [[Introduction to Models|Introduction]]
[[Model_JSONs|Model JSONs]]<br>
+
* [[Model JSONs]]
[[BlockState_JSONs|BlockState JSONs]]<br>
+
* [[BlockState JSONs]]
[[Coloring_textures_dynamically|Dynamically Colored Textures]]<br>
+
* [[Coloring textures dynamically|Dynamically Colored Textures]]
[[Item_Overrides|Item Overrides]]<br>
+
* [[Item Properties]]
 
</div>
 
</div>
  
 +
<div class="box">
 +
<h3>Handling Information</h3>
 +
* [[Understanding Networking|Introduction]]
 +
* [[Using NBT|Named Binary Tag (NBT)]]
 +
* [[Using FriendlyByteBuf|Using <tt>FriendlyByteBuf</tt>]]
 +
* [[Sending Packets|Sending and Receiving Packets]]
 +
* [[Using SimpleChannel|Using <tt>SimpleChannel</tt>]]
 +
* [[Networking with Entities]]
 +
* [[DynamicOps|Using DynamicOps]]
 +
* [[Codecs|Using Codecs]]
 
</div>
 
</div>
  
<div style="display: flex; text-align: center; margin-top: 1em">
+
<div class="box">
 
+
<h3>Data Storage</h3>
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
* [[Capabilities|Understanding Capabilities]]  
<h3 style="margin-top: 0">Handling Information</h3>
+
* [[Capabilities/Attaching|Attaching Capabilities]]
[[Understanding_Networking|Introduction]]<br>
+
* [[Saved Data]]
[[Using_NBT|Named Binary Tag (NBT)]]<br>
 
[[Using_PacketBuffer|Using <tt>PacketBuffer</tt>]]<br>
 
[[Sending_Packets|Sending and Receiving Packets]]<br>
 
[[Using_SimpleChannel|Using <tt>SimpleChannel</tt>]]<br>
 
[[Networking_with_Entities|Networking with Entities]]<br>
 
[[DynamicOps|Using DynamicOps]]<br>
 
[[Codecs|Using Codecs]]<br>
 
 
</div>
 
</div>
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
<div class="box">
<h3 style="margin-top: 0">Data Storage</h3>
+
<h3>Game Effects</h3>
[[Capabilities|Understanding Capabilities]]<br>
+
* [[Mob Effects]]
[[Capabilities/Attaching|Attaching Capabilities]]<br>
+
* [[Potions]]
[[World_Saved_Data|World Saved Data]]<br>
+
* [[Particles]]
 +
* [[Sounds]]
 
</div>
 
</div>
  
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em">
+
<div class="box">
<h3 style="margin-top: 0">Game Effects</h3>
+
<h3>Events</h3>
[[Effects|Effects]]<br>
+
* [[Events|Understanding Events]]
[[Potions|Potions]]<br>
+
* [[Entity Events]]
[[Particles|Particles]]<br>
 
[[Sounds|Sounds]]<br>
 
 
</div>
 
</div>
  
 +
<div class="box">
 +
<h3>Others</h3>
 +
* [[Dependencies]]
 +
* [[Dynamic Loot Modification]]
 +
* [[Components|Components and Translation Keys]]
 +
* [[Key Mappings]]
 +
* [[Access Transformers]]
 +
* [[Toolchain]]
 
</div>
 
</div>
  
<div style="display: flex; text-align: center; margin-top: 1em">
+
<div class="box">
 
+
<h3>Recipes</h3>
<div style="flex: 1; margin-right: 1em"></div>
+
* [[Recipes]]
 
+
* [[Custom Recipes|Custom Recipe Types]]
<div style="flex: 1; padding: 1em; border: solid; border-radius: 1em; margin-right: 1em">
+
* [[Datageneration/Recipes|Datageneration]]
<h3 style="margin-top: 0">Others</h3>
 
[[Dynamic_Loot_Modification|Dynamic Loot Modification]]<br>
 
[[Access_Transformers|Access Transformers]]<br>
 
[[Toolchain|Deobfuscation Process]]<br>
 
 
</div>
 
</div>
 
<div style="flex: 1"></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.