Difference between revisions of "Main Page"

From Forge Community Wiki
m (Remove reference to 1.15.2 as grace/LTS version.)
(35 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]]
=== About ===
+
* [[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>
=== 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]]
 +
</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]]
 +
</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.