Changes

701 bytes added ,  08:35, 17 June 2022
no edit summary
Line 1: Line 1: −
<div style='text-align: center;'>Forge Community Wiki</div>
+
__NOTOC__
 +
<templatestyles src=":Main_Page/styles.css" />
 +
 
 +
<div class="center title">Forge Community Wiki</div>
   −
== What We Are ==
   
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,
  −
* provide each other with more in-depth explanations to subjects they happen to know about
  −
* contribute example code for problem subjects
     −
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.
+
* 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 [https://discord.gg/Nn42eAh Discord] to discuss changes and edits to the wiki with others and the staff.
 +
 
 +
{{Supported versions}}
 +
 
 +
<div class="center round_warning">
 +
Please read the [[FCWMeta:Wiki Policy|wiki policy]] before editing!
 +
</div>
   −
We welcome any edit, however small.
+
<div class="center" style="margin-bottom: 2em">
 +
{{Supported versions|text=1}}
 +
</div>
   −
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 :)
+
<div class="box_container center">
   −
== What We Are Not ==
+
<div class="box">
This Wiki, in following the rules of the official Forge Forums: https://forums.minecraftforge.net/ and the official Forge Discord: https://discord.gg/UvedJ9m,<br>
+
<h3>Beginner Topics</h3>
'''DOES NOT support any version prior than (currently) 1.15.2 and 1.16.3'''<br>
+
* [[Getting Started]]
We WILL NOT provide resources here for those versions, and any requests for help will be ignored with high levels of passive aggressiveness.
+
* [[Proper Mod Structuring]]
 +
* [[Mods.toml file]]
 +
* [[Debug Profiler|The Debug Profiler]]
 +
* [[Version Checker]]
 +
</div>
   −
== Topics ==
+
<div class="box">
<table style="width: 100%">
+
<h3>Advanced Topics</h3>
  <tr>
+
* [[Jar-in-jar]]
    <td>
+
</div>
    <div style='text-align: center;float:left;width:auto;'>
  −
=== About ===
     −
    </div>
+
<div class="box">
    </td>
+
<h3>Common Concepts</h3>
 +
* [[Sides|Understanding Sides]]
 +
* [[Events|Understanding Events]]
 +
* [[Registration]]
 +
* [[Internationalization]]
 +
* [[Configs]]
 +
</div>
   −
    <td>
+
<div class="box">
    <div style='text-align: center;float:left;width: auto;'>
+
<h3>Forge Conventions</h3>
=== Basic ===
+
* [[Semantic Versioning]]
 +
* [[Stages of Modloading]]
 +
</div>
   −
==== Getting Started ====
+
<div class="box">
[[Getting Started]]<br>
+
<h3>Resources and Data</h3>
[[Proper Mod Structuring]]<br>
+
* [[Using Resources|Introduction]]
[[Using the Forge Update Checker]]<br>
+
* [[Recipes]]
[[Using the Debug Profiler]]<br>
+
* [[Tags]]
 +
</div>
   −
==== Forge Conventions ====
+
<div class="box">
[[Semantic Versioning]]<br>
+
<h3>Blocks</h3>
[[Important Folders]]<br>
+
* [[Making Blocks|Creating Blocks]]
[[Stages of Modloading]]<br>
+
* [[Understanding Blockstates]]  
 +
* [[Interacting With Blocks|Block Interactions]]
 +
</div>
   −
==== Concepts ====
+
<div class="box">
[[Understanding Sides]]<br>
+
<h3>Items</h3>
[[Using Resources]]<br>
+
* [[Making Items]]
[[Using and Generating Data]]<br>
+
* [[Making Tools]]
[[Using Registries]]<br>
+
* [[BlockEntityWithoutLevelRenderer|<tt>BlockEntityWithoutLevelRenderer</tt>]]
[[Performing Localization]]<br>
+
</div>
[[Understanding Events]]<br>
  −
[[Recipes]]<br>
  −
[[Tags]]<br>
     −
==== Items ====
+
<div class="box">
[[Making Items]]<br>
+
<h3>Data Generation</h3>
[[Making Tools]]<br>
+
* [[Datageneration|Introduction]]
 +
* [[Datageneration/Recipes|Recipes]]
 +
* [[Datageneration/Tags|Tags]]
 +
* [[Datageneration/Loot_Tables|Loot Tables]]
 +
* [[Datageneration/I18n|Localization]]
 +
* [[Datageneration/States and Models|<tt>BlockState</tt>s and Models]]
 +
* [[Datageneration/Datapack_Registries|Datapack Registries]]
 +
</div>
   −
==== Blocks ====
+
<div class="box">
[[Making Blocks]]<br>
+
<h3>Block Entities</h3>
[[Understanding Blockstates]]<br>
+
* [[Block Entities|Introduction]]
[[Storing Data Inside Blocks]]<br>
+
* [[Block Entity Renderer|<tt>BlockEntityRenderer</tt>]]
[[Interacting With Blocks]]<br>
+
</div>
   −
==== Tile Entities ====
+
<div class="box">
[[Basics of Tile Entities]]<br>
+
<h3>Models</h3>
[[Using Tile Entity Renderers]]<br>
+
* [[Introduction to Models|Introduction]]
[[Storing more information]]<br>
+
* [[Model JSONs]]
[[Doing things in the world]]<br>
+
* [[BlockState JSONs]]
 +
* [[Coloring textures dynamically|Dynamically Colored Textures]]
 +
* [[Item Properties]]
 +
</div>
   −
==== Models ====
+
<div class="box">
[[Introduction to Models]]<br>
+
<h3>Handling Information</h3>
[[Model JSONs]]<br>
+
* [[Understanding Networking|Introduction]]
[[BlockState JSONs]]<br>
+
* [[Using NBT|Named Binary Tag (NBT)]]
[[Coloring textures dynamically]]<br>
+
* [[Using FriendlyByteBuf|Using <tt>FriendlyByteBuf</tt>]]
[[Item Overrides]]<br>
+
* [[Sending Packets|Sending and Receiving Packets]]
    </div>
+
* [[Using SimpleChannel|Using <tt>SimpleChannel</tt>]]
    </td>
+
* [[Networking with Entities]]
 +
* [[DynamicOps|Using DynamicOps]]
 +
* [[Codecs|Using Codecs]]
 +
</div>
   −
    <td>
+
<div class="box">
    <div style='text-align: center;float:left;width: auto;'>
+
<h3>Data Storage</h3>
=== Advanced ===
+
* [[Capabilities|Understanding Capabilities]]  
 
+
* [[Capabilities/Attaching|Attaching Capabilities]]
==== Animation ====
+
* [[Saved Data]]
[[Intro to the Animation API]]<br>
+
</div>
[[Understanding the Animation API]]<br>
  −
[[Animation State Machines]]<br>
  −
[[Using the Animation API]]<br>
     −
==== Items ====
+
<div class="box">
[[Dynamic Loot Modification]]<br>
+
<h3>Game Effects</h3>
[[ItemStack TileEntityRenderer]]<br>
+
* [[Mob Effects]]
 +
* [[Potions]]
 +
* [[Particles]]
 +
* [[Sounds]]
 +
</div>
   −
==== Networking ====
+
<div class="box">
[[Understanding Networking]]<br>
+
<h3>Events</h3>
[[Using SimpleChannel]]<br>
+
* [[Events|Understanding Events]]
[[Networking with Entities]]<br>
+
* [[Entity Events]]
[[Sending and receiving RegistryKeys]]<br>
+
</div>
   −
==== Data Storage ====
+
<div class="box">
[[Understanding Capabilities]]<br>
+
<h3>Others</h3>
[[Attaching Capabilities]]<br>
+
* [[Dependencies]]
[[Parsing Capabilities]]<br>
+
* [[Dynamic Loot Modification]]
 +
* [[Components|Components and Translation Keys]]
 +
* [[Key Mappings]]
 +
* [[Access Transformers]]
 +
* [[Toolchain]]
 +
* [[Game_Tests|Game Tests]]
 +
* [[Biome_Modifiers|Biome Modifiers]]
 +
</div>
   −
==== Effects ====
+
<div class="box">
[[Creating Potion Effects]]
+
<h3>Recipes</h3>
[[Custom Effect Particles]]
+
* [[Recipes]]
[[Custom Effect Sounds]]
+
* [[Custom Recipes|Custom Recipe Types]]
 +
* [[Datageneration/Recipes|Datageneration]]
 +
</div>
   −
==== Others ====
+
</div>
[[Access Transformers]]<br>
  −
    </div>
  −
    </td>
  −
  </tr>
  −
</table>