Changes

446 bytes added ,  04:14, 27 July 2021
Copy Main Page to MC1.16 archive
Line 17: Line 17:     
<div class="center round_warning">
 
<div class="center round_warning">
Please read the [[FCWMeta:Wiki Policy|wiki policy/1.16]] before editing!
+
Please read the [[FCWMeta:Wiki Policy/1.16|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/1.16]]
+
* [[Getting Started/1.16|Getting Started]]
* [[Proper Mod Structuring/1.16]]
+
* [[Proper Mod Structuring/1.16|Proper Mod Structuring]]
* [[Debug Profiler|The Debug Profiler/1.16]]
+
* [[Debug Profiler/1.16|The Debug Profiler]]
* [[Version Checker/1.16]]
+
* [[Version Checker/1.16|Version Checker]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Common Concepts</h3>
 
<h3>Common Concepts</h3>
* [[Sides|Understanding Sides/1.16]]
+
* [[Sides/1.16|Understanding Sides]]
* [[Events|Understanding Events/1.16]]
+
* [[Events/1.16|Understanding Events]]
* [[Registration/1.16]]
+
* [[Registration/1.16|Registration]]
* [[Internationalization/1.16]]
+
* [[Internationalization/1.16|Internationalization]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Forge Conventions</h3>
 
<h3>Forge Conventions</h3>
* [[Semantic Versioning/1.16]]
+
* [[Semantic Versioning/1.16|Semantic Versioning]]
* [[Stages of Modloading/1.16]]
+
* [[Stages of Modloading/1.16|Stages of Modloading]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Resources and Data</h3>
 
<h3>Resources and Data</h3>
* [[Using Resources|Introduction/1.16]]
+
* [[Using Resources/1.16|Introduction]]
* [[Recipes/1.16]]
+
* [[Recipes/1.16|Recipes]]
* [[Tags/1.16]]
+
* [[Tags/1.16|Tags]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Blocks</h3>
 
<h3>Blocks</h3>
* [[Making Blocks|Creating Blocks/1.16]]
+
* [[Making Blocks/1.16|Creating Blocks]]
* [[Understanding Blockstates/1.16]]  
+
* [[Understanding Blockstates/1.16|Understanding Blockstates]]  
* [[Interacting With Blocks|Block Interactions/1.16]]
+
* [[Interacting With Blocks/1.16|Block Interactions]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Items</h3>
 
<h3>Items</h3>
* [[Making Items/1.16]]
+
* [[Making Items/1.16|Making Items]]
* [[Making Tools/1.16]]
+
* [[Making Tools/1.16|Making Tools]]
* [[ItemStack TileEntityRenderer|<tt>ItemStackTileEntityRenderer</tt>/1.16]]
+
* [[ItemStack TileEntityRenderer/1.16|<tt>ItemStackTileEntityRenderer</tt>]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Data Generation</h3>
 
<h3>Data Generation</h3>
* [[Datageneration|Introduction/1.16]]
+
* [[Datageneration/1.16|Introduction]]
* [[Datageneration/Recipes|Recipes/1.16]]
+
* [[Datageneration/Recipes/1.16|Recipes]]
* [[Datageneration/Tags|Tags/1.16]]
+
* [[Datageneration/Tags/1.16|Tags]]
* [[Datageneration/Loot_Tables|Loot Tables/1.16]]
+
* [[Datageneration/Loot Tables/1.16|Loot Tables]]
* [[Datageneration/I18n|Localization/1.16]]
+
* [[Datageneration/I18n/1.16|Localization]]
* [[Datageneration/States and Models|<tt>BlockState</tt>s and Models/1.16]]
+
* [[Datageneration/States and Models/1.16|<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/1.16]]
+
* [[Basics of Tile Entities/1.16|Introduction]]
* [[Using Tile Entity Renderers/1.16]]
+
* [[Using Tile Entity Renderers/1.16|Using Tile Entity Renderers]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Models</h3>
 
<h3>Models</h3>
* [[Introduction to Models|Introduction/1.16]]
+
* [[Introduction to Models/1.16|Introduction]]
* [[Model JSONs/1.16]]
+
* [[Model JSONs/1.16|Model JSONs]]
* [[BlockState JSONs/1.16]]
+
* [[BlockState JSONs/1.16|BlockState JSONs]]
* [[Coloring textures dynamically|Dynamically Colored Textures/1.16]]
+
* [[Coloring textures dynamically/1.16|Dynamically Colored Textures]]
* [[Item Overrides/1.16]]
+
* [[Item Overrides/1.16|Item Overrides]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Handling Information</h3>
 
<h3>Handling Information</h3>
* [[Understanding Networking|Introduction/1.16]]
+
* [[Understanding Networking/1.16|Introduction]]
* [[Using NBT|Named Binary Tag (NBT)/1.16]]
+
* [[Using NBT/1.16|Named Binary Tag (NBT)]]
* [[Using PacketBuffer|Using <tt>PacketBuffer</tt>/1.16]]
+
* [[Using PacketBuffer/1.16|Using <tt>PacketBuffer</tt>]]
* [[Sending Packets|Sending and Receiving Packets/1.16]]
+
* [[Sending Packets/1.16|Sending and Receiving Packets]]
* [[Using SimpleChannel|Using <tt>SimpleChannel</tt>/1.16]]
+
* [[Using SimpleChannel/1.16|Using <tt>SimpleChannel</tt>]]
* [[Networking with Entities/1.16]]
+
* [[Networking with Entities/1.16|Networking with Entities]]
* [[DynamicOps|Using DynamicOps/1.16]]
+
* [[DynamicOps/1.16|Using DynamicOps]]
* [[Codecs|Using Codecs/1.16]]
+
* [[Codecs/1.16|Using Codecs]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Data Storage</h3>
 
<h3>Data Storage</h3>
* [[Capabilities|Understanding Capabilities/1.16]]  
+
* [[Capabilities/1.16|Understanding Capabilities]]  
* [[Capabilities/Attaching|Attaching Capabilities/1.16]]
+
* [[Capabilities/Attaching/1.16|Attaching Capabilities]]
* [[World Saved Data/1.16]]
+
* [[World Saved Data/1.16|World Saved Data]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Game Effects</h3>
 
<h3>Game Effects</h3>
* [[Effects/1.16]]
+
* [[Effects/1.16|Effects]]
* [[Potions/1.16]]
+
* [[Potions/1.16|Potions]]
* [[Particles/1.16]]
+
* [[Particles/1.16|Particles]]
* [[Sounds/1.16]]
+
* [[Sounds/1.16|Sounds]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Events</h3>
 
<h3>Events</h3>
* [[Events|Understanding Events/1.16]]
+
* [[Events/1.16|Understanding Events]]
* [[Entity Events/1.16]]
+
* [[Entity Events/1.16|Entity Events]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Others</h3>
 
<h3>Others</h3>
* [[Dependencies/1.16]]
+
* [[Dependencies/1.16|Dependencies]]
* [[Dynamic Loot Modification/1.16]]
+
* [[Dynamic Loot Modification/1.16|Dynamic Loot Modification]]
* [[Text Components|Text Components and Translation Keys/1.16]]
+
* [[Text Components/1.16|Text Components and Translation Keys]]
* [[Key Bindings/1.16]]
+
* [[Key Bindings/1.16|Key Bindings]]
* [[Access Transformers/1.16]]
+
* [[Access Transformers/1.16|Access Transformers]]
* [[Toolchain/1.16]]
+
* [[Toolchain/1.16|Toolchain]]
 
</div>
 
</div>
    
<div class="box">
 
<div class="box">
 
<h3>Recipes</h3>
 
<h3>Recipes</h3>
* [[Recipes/1.16]]
+
* [[Recipes/1.16|Recipes]]
* [[Custom Recipes|Custom Recipe Types/1.16]]
+
* [[Custom Recipes/1.16|Custom Recipe Types]]
* [[Datageneration/Recipes|Datageneration/1.16]]
+
* [[Datageneration/Recipes/1.16|Datageneration]]
 
</div>
 
</div>
    
</div>
 
</div>
372

edits