Line 17:
Line 17:
<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>
Line 28:
Line 28:
<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]]
+
* [[Debug Profiler|The Debug Profiler]]
−
* [[Update_Checker|Update Checker]]
+
* [[Update Checker]]
</div>
</div>
Line 38:
Line 38:
* [[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>]]
+
* [[ItemStack TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]]
</div>
</div>
Line 76:
Line 76:
* [[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>Tile Entities</h3>
−
* [[Basics_of_Tile_Entities|Introduction]]
+
* [[Basics of Tile Entities|Introduction]]
−
* [[Using_Tile_Entity_Renderers|Using Tile Entity Renderers]]
+
* [[Using Tile Entity Renderers]]
</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 Overrides]]
</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 PacketBuffer|Using <tt>PacketBuffer</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 110:
* [[Capabilities|Understanding Capabilities]]
* [[Capabilities|Understanding Capabilities]]
* [[Capabilities/Attaching|Attaching Capabilities]]
* [[Capabilities/Attaching|Attaching Capabilities]]
−
* [[World_Saved_Data|World Saved Data]]
+
* [[World Saved Data]]
</div>
</div>
<div class="box">
<div class="box">
<h3>Game Effects</h3>
<h3>Game Effects</h3>
−
* [[Effects|Effects]]
+
* [[Effects]]
−
* [[Potions|Potions]]
+
* [[Potions]]
−
* [[Particles|Particles]]
+
* [[Particles]]
−
* [[Sounds|Sounds]]
+
* [[Sounds]]
</div>
</div>
Line 124:
Line 124:
<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]]
+
* [[Text Components|Text Components and Translation Keys]]
−
* [[Access_Transformers|Access Transformers]]
+
* [[Key Bindings]]
−
* [[Toolchain|Toolchain]]
+
* [[Access Transformers]]
+
* [[Toolchain]]
</div>
</div>
</div>
</div>