Difference between revisions of "Main Page"

From Forge Community Wiki
m (Remove reference to 1.15.2 as grace/LTS version.)
(34 intermediate revisions by 8 users not shown)
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}}
  
We welcome any edit, however small.
+
<div class="center round_warning">
 +
Please read the [[FCWMeta:Wiki Policy|wiki policy]] before editing!
 +
</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="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>
  
== What We Are Not ==
+
<div class="box_container center">
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>
 
'''DOES NOT support any version prior than (currently) 1.15.2 and 1.16.3'''<br>
 
We WILL NOT provide resources here for those versions, and any requests for help will be ignored with high levels of passive aggressiveness.
 
  
== Topics ==
+
<div class="box">
<table style="width: 100%">
+
<h3>Beginner Topics</h3>
  <tr>
+
* [[Getting Started]]
    <td>
+
* [[Proper Mod Structuring]]
    <div style='text-align: center;float:left;width:auto;'>
+
* [[Mods.toml file]]
 +
* [[Debug Profiler|The Debug Profiler]]
 +
* [[Version Checker]]
 +
</div>
  
    </div>
+
<div class="box">
    </td>
+
<h3>Common Concepts</h3>
 +
* [[Sides|Understanding Sides]]
 +
* [[Events|Understanding Events]]
 +
* [[Registration]]
 +
* [[Internationalization]]
 +
</div>
  
    <td>
+
<div class="box">
    <div style='text-align: center;float:left;width: auto;'>
+
<h3>Forge Conventions</h3>
==== Getting Started ====
+
* [[Semantic Versioning]]
[[Getting Started]]<br>
+
* [[Stages of Modloading]]
[[Proper Mod Structuring]]<br>
+
</div>
[[Using the Forge Update Checker]]<br>
 
[[Using the Debug Profiler]]<br>
 
  
==== Forge Conventions ====
+
<div class="box">
[[Semantic Versioning]]<br>
+
<h3>Resources and Data</h3>
[[Important Folders]]<br>
+
* [[Using Resources|Introduction]]
[[Stages of Modloading]]<br>
+
* [[Recipes]]
 +
* [[Tags]]
 +
</div>
  
==== Concepts ====
+
<div class="box">
[[Understanding Sides]]<br>
+
<h3>Blocks</h3>
[[Using Resources]]<br>
+
* [[Making Blocks|Creating Blocks]]
[[Using and Generating Data]]<br>
+
* [[Understanding Blockstates]]  
[[Using Registries]]<br>
+
* [[Interacting With Blocks|Block Interactions]]
[[Performing Localization]]<br>
+
</div>
[[Understanding Events]]<br>
 
[[Recipes]]<br>
 
[[Tags]]<br>
 
  
==== Items ====
+
<div class="box">
[[Making Items]]<br>
+
<h3>Items</h3>
[[Making Tools]]<br>
+
* [[Making Items]]
 +
* [[Making Tools]]
 +
* [[BlockEntityWithoutLevelRenderer|<tt>BlockEntityWithoutLevelRenderer</tt>]]
 +
</div>
  
==== Blocks ====
+
<div class="box">
[[Making Blocks]]<br>
+
<h3>Data Generation</h3>
[[Understanding Blockstates]]<br>
+
* [[Datageneration|Introduction]]
[[Storing Data Inside Blocks]]<br>
+
* [[Datageneration/Recipes|Recipes]]
[[Interacting With Blocks]]<br>
+
* [[Datageneration/Tags|Tags]]
 +
* [[Datageneration/Loot_Tables|Loot Tables]]
 +
* [[Datageneration/I18n|Localization]]
 +
* [[Datageneration/States and Models|<tt>BlockState</tt>s and Models]]
 +
</div>
  
==== Tile Entities ====
+
<div class="box">
[[Basics of Tile Entities]]<br>
+
<h3>Block Entities</h3>
[[Using Tile Entity Renderers]]<br>
+
* [[Block Entities|Introduction]]
[[Storing more information]]<br>
+
* [[Block Entity Renderer|<tt>BlockEntityRenderer</tt>]]
[[Doing things in the world]]<br>
+
</div>
  
==== Models ====
+
<div class="box">
[[Introduction to Models]]<br>
+
<h3>Models</h3>
[[Model JSONs]]<br>
+
* [[Introduction to Models|Introduction]]
[[BlockState JSONs]]<br>
+
* [[Model JSONs]]
[[Coloring textures dynamically]]<br>
+
* [[BlockState JSONs]]
[[Item Overrides]]<br>
+
* [[Coloring textures dynamically|Dynamically Colored Textures]]
    </div>
+
* [[Item Properties]]
    </td>
+
</div>
  
    <td>
+
<div class="box">
    <div style='text-align: center;float:left;width: auto;'>
+
<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>
  
==== Animation ====
+
<div class="box">
[[Intro to the Animation API]]<br>
+
<h3>Data Storage</h3>
[[Understanding the Animation API]]<br>
+
* [[Capabilities|Understanding Capabilities]]  
[[Animation State Machines]]<br>
+
* [[Capabilities/Attaching|Attaching Capabilities]]
[[Using the Animation API]]<br>
+
* [[Saved Data]]
 +
</div>
  
==== 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]]
 +
</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>
 

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.