| Line 28: |
Line 28: |
| | <div class="box"> | | <div class="box"> |
| | <h3>Beginner Topics</h3> | | <h3>Beginner Topics</h3> |
| − | [[Getting_Started|Getting Started]]<br> | + | * [[Getting_Started|Getting Started]] |
| − | [[Proper_Mod_Structuring|Proper Mod Structuring]]<br> | + | * [[Proper_Mod_Structuring|Proper Mod Structuring]] |
| − | [[Debug_Profiler|The Debug Profiler]]<br> | + | * [[Debug_Profiler|The Debug Profiler]] |
| − | [[Update_Checker|Update Checker]]<br> | + | * [[Update_Checker|Update Checker]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Common Concepts</h3> | | <h3>Common Concepts</h3> |
| − | [[Sides|Understanding Sides]]<br> | + | * [[Sides|Understanding Sides]] |
| − | [[Events|Understanding Events]]<br> | + | * [[Events|Understanding Events]] |
| − | [[Registration|Registration]]<br> | + | * [[Registration|Registration]] |
| − | [[Internationalization|Internationalization]]<br> | + | * [[Internationalization|Internationalization]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Forge Conventions</h3> | | <h3>Forge Conventions</h3> |
| − | [[Semantic_Versioning|Semantic Versioning]]<br> | + | * [[Semantic_Versioning|Semantic Versioning]] |
| − | [[Stages_of_Modloading|Stages of Modloading]]<br> | + | * [[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]]<br> | + | * [[Using_Resources|Introduction]] |
| − | [[Recipes|Recipes]]<br> | + | * [[Recipes|Recipes]] |
| − | [[Tags|Tags]]<br> | + | * [[Tags|Tags]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Blocks</h3> | | <h3>Blocks</h3> |
| − | [[Making_Blocks|Creating Blocks]]<br> | + | * [[Making_Blocks|Creating Blocks]] |
| − | [[Understanding_Blockstates|Understanding Blockstates]]<br> | + | * [[Understanding_Blockstates|Understanding Blockstates]] |
| − | [[Interacting_With_Blocks|Block Interactions]]<br> | + | * [[Interacting_With_Blocks|Block Interactions]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Items</h3> | | <h3>Items</h3> |
| − | [[Making_Items|Making Items]]<br> | + | * [[Making_Items|Making Items]] |
| − | [[Making_Tools|Making Tools]]<br> | + | * [[Making_Tools|Making Tools]] |
| − | [[ItemStack_TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]]<br> | + | * [[ItemStack_TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Data Generation</h3> | | <h3>Data Generation</h3> |
| − | [[Datageneration|Introduction]]<br> | + | * [[Datageneration|Introduction]] |
| − | [[Datageneration/Recipes|Recipes]]<br> | + | * [[Datageneration/Recipes|Recipes]] |
| − | [[Datageneration/Tags|Tags]]<br> | + | * [[Datageneration/Tags|Tags]] |
| − | [[Datageneration/Loot_Tables|Loot Tables]]<br> | + | * [[Datageneration/Loot_Tables|Loot Tables]] |
| − | [[Datageneration/I18n|Localization]]<br> | + | * [[Datageneration/I18n|Localization]] |
| − | [[Datageneration/States_and_Models|<tt>BlockState</tt>s and Models]]<br> | + | * [[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]]<br> | + | * [[Basics_of_Tile_Entities|Introduction]] |
| − | [[Using_Tile_Entity_Renderers|Using Tile Entity Renderers]]<br> | + | * [[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]]<br> | + | * [[Introduction_to_Models|Introduction]] |
| − | [[Model_JSONs|Model JSONs]]<br> | + | * [[Model_JSONs|Model JSONs]] |
| − | [[BlockState_JSONs|BlockState JSONs]]<br> | + | * [[BlockState_JSONs|BlockState JSONs]] |
| − | [[Coloring_textures_dynamically|Dynamically Colored Textures]]<br> | + | * [[Coloring_textures_dynamically|Dynamically Colored Textures]] |
| − | [[Item_Overrides|Item Overrides]]<br> | + | * [[Item_Overrides|Item Overrides]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Handling Information</h3> | | <h3>Handling Information</h3> |
| − | [[Understanding_Networking|Introduction]]<br> | + | * [[Understanding_Networking|Introduction]] |
| − | [[Using_NBT|Named Binary Tag (NBT)]]<br> | + | * [[Using_NBT|Named Binary Tag (NBT)]] |
| − | [[Using_PacketBuffer|Using <tt>PacketBuffer</tt>]]<br> | + | * [[Using_PacketBuffer|Using <tt>PacketBuffer</tt>]] |
| − | [[Sending_Packets|Sending and Receiving Packets]]<br> | + | * [[Sending_Packets|Sending and Receiving Packets]] |
| − | [[Using_SimpleChannel|Using <tt>SimpleChannel</tt>]]<br> | + | * [[Using_SimpleChannel|Using <tt>SimpleChannel</tt>]] |
| − | [[Networking_with_Entities|Networking with Entities]]<br> | + | * [[Networking_with_Entities|Networking with Entities]] |
| − | [[DynamicOps|Using DynamicOps]]<br> | + | * [[DynamicOps|Using DynamicOps]] |
| − | [[Codecs|Using Codecs]]<br> | + | * [[Codecs|Using Codecs]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Data Storage</h3> | | <h3>Data Storage</h3> |
| − | [[Capabilities|Understanding Capabilities]]<br> | + | * [[Capabilities|Understanding Capabilities]] |
| − | [[Capabilities/Attaching|Attaching Capabilities]]<br> | + | * [[Capabilities/Attaching|Attaching Capabilities]] |
| − | [[World_Saved_Data|World Saved Data]]<br> | + | * [[World_Saved_Data|World Saved Data]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Game Effects</h3> | | <h3>Game Effects</h3> |
| − | [[Effects|Effects]]<br> | + | * [[Effects|Effects]] |
| − | [[Potions|Potions]]<br> | + | * [[Potions|Potions]] |
| − | [[Particles|Particles]]<br> | + | * [[Particles|Particles]] |
| − | [[Sounds|Sounds]]<br> | + | * [[Sounds|Sounds]] |
| | </div> | | </div> |
| | | | |
| | <div class="box"> | | <div class="box"> |
| | <h3>Others</h3> | | <h3>Others</h3> |
| − | [[Dynamic_Loot_Modification|Dynamic Loot Modification]]<br> | + | * [[Dynamic_Loot_Modification|Dynamic Loot Modification]] |
| − | [[Access_Transformers|Access Transformers]]<br> | + | * [[Access_Transformers|Access Transformers]] |
| − | [[Toolchain|Deobfuscation Process]]<br> | + | * [[Toolchain|Deobfuscation Process]] |
| | </div> | | </div> |
| | | | |
| | </div> | | </div> |