Difference between revisions of "Main Page"

From Forge Community Wiki
m (Protected "Main Page": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
<div style='text-align: center;'>Forge Community Wiki</div>
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
== What We Are ==
 +
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
  
== Getting started ==
+
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.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
We welcome any edit, however small.
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
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 :)
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
 
 +
== What We Are Not ==
 +
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 ==
 +
<table style="width: 100%">
 +
  <tr>
 +
    <td>
 +
    <div style='text-align: center;float:left;width:auto;'>
 +
=== About ===
 +
 
 +
    </div>
 +
    </td>
 +
 
 +
    <td>
 +
    <div style='text-align: center;float:left;width: auto;'>
 +
=== Basic ===
 +
 
 +
==== Getting Started ====
 +
[[Getting Started]]<br>
 +
[[Proper Mod Structuring]]<br>
 +
[[Using the Forge Update Checker]]<br>
 +
[[Using the Debug Profiler]]<br>
 +
 
 +
==== Forge Conventions ====
 +
[[Semantic Versioning]]<br>
 +
[[Important Folders]]<br>
 +
[[Stages of Modloading]]<br>
 +
 
 +
==== Concepts ====
 +
[[Understanding Sides]]<br>
 +
[[Using Resources]]<br>
 +
[[Using and Generating Data]]<br>
 +
[[Using Registries]]<br>
 +
[[Performing Localization]]<br>
 +
[[Understanding Events]]<br>
 +
[[Recipes]]<br>
 +
[[Tags]]<br>
 +
 
 +
==== Items ====
 +
[[Making Items]]<br>
 +
[[Making Tools]]<br>
 +
 
 +
==== Blocks ====
 +
[[Making Blocks]]<br>
 +
[[Understanding Blockstates]]<br>
 +
[[Storing Data Inside Blocks]]<br>
 +
[[Interacting With Blocks]]<br>
 +
 
 +
==== Tile Entities ====
 +
[[Basics of Tile Entities]]<br>
 +
[[Using Tile Entity Renderers]]<br>
 +
[[Storing more information]]<br>
 +
[[Doing things in the world]]<br>
 +
 
 +
==== Models ====
 +
[[Introduction to Models]]<br>
 +
[[Model JSONs]]<br>
 +
[[BlockState JSONs]]<br>
 +
[[Coloring textures dynamically]]<br>
 +
[[Item Overrides]]<br>
 +
    </div>
 +
    </td>
 +
 
 +
    <td>
 +
    <div style='text-align: center;float:left;width: auto;'>
 +
=== Advanced ===
 +
 
 +
==== Animation ====
 +
[[Intro to the Animation API]]<br>
 +
[[Understanding the Animation API]]<br>
 +
[[Animation State Machines]]<br>
 +
[[Using the Animation API]]<br>
 +
 
 +
==== Items ====
 +
[[Dynamic Loot Modification]]<br>
 +
[[ItemStack TileEntityRenderer]]<br>
 +
 
 +
==== Networking ====
 +
[[Understanding Networking]]<br>
 +
[[Using SimpleChannel]]<br>
 +
[[Networking with Entities]]<br>
 +
[[Sending and receiving RegistryKeys]]<br>
 +
 
 +
==== Data Storage ====
 +
[[Understanding Capabilities]]<br>
 +
[[Attaching Capabilities]]<br>
 +
[[Parsing Capabilities]]<br>
 +
 
 +
==== Effects ====
 +
[[Creating Potion Effects]]
 +
[[Custom Effect Particles]]
 +
[[Custom Effect Sounds]]
 +
 
 +
==== Others ====
 +
[[Access Transformers]]<br>
 +
    </div>
 +
    </td>
 +
  </tr>
 +
</table>

Revision as of 23:41, 18 September 2020

Forge Community Wiki

What We Are

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.

We welcome any edit, however small.

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 :)

What We Are Not

This Wiki, in following the rules of the official Forge Forums: https://forums.minecraftforge.net/ and the official Forge Discord: https://discord.gg/UvedJ9m,
DOES NOT support any version prior than (currently) 1.15.2 and 1.16.3
We WILL NOT provide resources here for those versions, and any requests for help will be ignored with high levels of passive aggressiveness.

Topics

About