Views
Actions
Difference between revisions of "Main Page"
m (Changed protection level for "Main Page": move to new protect level ([Edit=Allow only moderators and administrators] (indefinite) [Move=Allow only moderators and administrators] (indefinite))) |
(new style, 400% less flexbox) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | <div | + | <templatestyles src=":Main_Page/styles.css" /> |
+ | |||
+ | <div class="center title">Forge Community Wiki</div> | ||
The Forge Community Wiki exists so that the community can: | The Forge Community Wiki exists so that the community can: | ||
Line 14: | Line 16: | ||
Please note that we only maintain wiki entries for the Latest and Long Term Support (LTS) releases. Once a documented release is no longer under LTS, it will be removed. | Please note that we only maintain wiki entries for the Latest and Long Term Support (LTS) releases. Once a documented release is no longer under LTS, it will be removed. | ||
− | <div | + | <div class="center round_warning"> |
Please read the [[FCWMeta:Wiki_Policy|wiki policy]] before editing! | Please read the [[FCWMeta:Wiki_Policy|wiki policy]] before editing! | ||
</div> | </div> | ||
− | <div style=" | + | <div class="center" style="margin-bottom: 2em"> |
The current ''Latest'' version is '''1.16.4'''. The current ''Long Term Support (LTS)'' version is '''1.15.2'''. | The current ''Latest'' version is '''1.16.4'''. The current ''Long Term Support (LTS)'' version is '''1.15.2'''. | ||
</div> | </div> | ||
− | <div | + | <div class="box_container center"> |
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Beginner Topics</h3> |
[[Getting_Started|Getting Started]]<br> | [[Getting_Started|Getting Started]]<br> | ||
[[Proper_Mod_Structuring|Proper Mod Structuring]]<br> | [[Proper_Mod_Structuring|Proper Mod Structuring]]<br> | ||
Line 32: | Line 34: | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Common Concepts</h3> |
[[Sides|Understanding Sides]]<br> | [[Sides|Understanding Sides]]<br> | ||
[[Events|Understanding Events]]<br> | [[Events|Understanding Events]]<br> | ||
Line 40: | Line 42: | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Forge Conventions</h3> |
[[Semantic_Versioning|Semantic Versioning]]<br> | [[Semantic_Versioning|Semantic Versioning]]<br> | ||
[[Stages_of_Modloading|Stages of Modloading]]<br> | [[Stages_of_Modloading|Stages of Modloading]]<br> | ||
</div> | </div> | ||
− | < | + | <div class="box"> |
− | + | <h3>Resources and Data</h3> | |
− | |||
− | |||
− | |||
− | <h3 | ||
[[Using_Resources|Introduction]]<br> | [[Using_Resources|Introduction]]<br> | ||
[[Recipes|Recipes]]<br> | [[Recipes|Recipes]]<br> | ||
Line 57: | Line 55: | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Blocks</h3> |
[[Making_Blocks|Creating Blocks]]<br> | [[Making_Blocks|Creating Blocks]]<br> | ||
[[Understanding_Blockstates|Understanding Blockstates]]<br> | [[Understanding_Blockstates|Understanding Blockstates]]<br> | ||
Line 64: | Line 62: | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Items</h3> |
[[Making_Items|Making Items]]<br> | [[Making_Items|Making Items]]<br> | ||
[[Making_Tools|Making Tools]]<br> | [[Making_Tools|Making Tools]]<br> | ||
Line 71: | Line 69: | ||
</div> | </div> | ||
− | < | + | <div class="box"> |
− | + | <h3>Data Generation</h3> | |
− | |||
− | |||
− | |||
− | <h3 | ||
[[Datageneration|Introduction]]<br> | [[Datageneration|Introduction]]<br> | ||
[[Datageneration/Recipes|Recipes]]<br> | [[Datageneration/Recipes|Recipes]]<br> | ||
Line 85: | Line 79: | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Tile Entities</h3> |
[[Basics_of_Tile_Entities|Introduction]]<br> | [[Basics_of_Tile_Entities|Introduction]]<br> | ||
[[Using_Tile_Entity_Renderers|Using Tile Entity Renderers]]<br> | [[Using_Tile_Entity_Renderers|Using Tile Entity Renderers]]<br> | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Models</h3> |
[[Introduction_to_Models|Introduction]]<br> | [[Introduction_to_Models|Introduction]]<br> | ||
[[Model_JSONs|Model JSONs]]<br> | [[Model_JSONs|Model JSONs]]<br> | ||
Line 100: | Line 94: | ||
</div> | </div> | ||
− | < | + | <div class="box"> |
− | + | <h3>Handling Information</h3> | |
− | |||
− | |||
− | |||
− | <h3 | ||
[[Understanding_Networking|Introduction]]<br> | [[Understanding_Networking|Introduction]]<br> | ||
[[Using_NBT|Named Binary Tag (NBT)]]<br> | [[Using_NBT|Named Binary Tag (NBT)]]<br> | ||
Line 116: | Line 106: | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Data Storage</h3> |
[[Capabilities|Understanding Capabilities]]<br> | [[Capabilities|Understanding Capabilities]]<br> | ||
[[Capabilities/Attaching|Attaching Capabilities]]<br> | [[Capabilities/Attaching|Attaching Capabilities]]<br> | ||
Line 123: | Line 113: | ||
</div> | </div> | ||
− | <div | + | <div class="box"> |
− | <h3 | + | <h3>Game Effects</h3> |
[[Effects|Effects]]<br> | [[Effects|Effects]]<br> | ||
[[Potions|Potions]]<br> | [[Potions|Potions]]<br> | ||
Line 131: | Line 121: | ||
</div> | </div> | ||
− | < | + | <div class="box"> |
− | + | <h3>Others</h3> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | <h3 | ||
[[Dynamic_Loot_Modification|Dynamic Loot Modification]]<br> | [[Dynamic_Loot_Modification|Dynamic Loot Modification]]<br> | ||
[[Access_Transformers|Access Transformers]]<br> | [[Access_Transformers|Access Transformers]]<br> | ||
[[Toolchain|Deobfuscation Process]]<br> | [[Toolchain|Deobfuscation Process]]<br> | ||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> |
Revision as of 17:47, 21 December 2020
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.
The wiki is still under heavy construction. Pages may move around, so if you bookmark a page, beware when the page is moved and your bookmarked link dies.
Please note that we only maintain wiki entries for the Latest and Long Term Support (LTS) releases. Once a documented release is no longer under LTS, it will be removed.
Please read the wiki policy before editing!
The current Latest version is 1.16.4. The current Long Term Support (LTS) version is 1.15.2.
Beginner Topics
Getting Started
Proper Mod Structuring
The Debug Profiler
Version Checker
Common Concepts
Understanding Sides
Understanding Events
Registration
Internationalization
Forge Conventions
Resources and Data
Data Generation
Introduction
Recipes
Tags
Loot Tables
Localization
BlockStates and Models
Tile Entities
Handling Information
Introduction
Named Binary Tag (NBT)
Using PacketBuffer
Sending and Receiving Packets
Using SimpleChannel
Networking with Entities
Using DynamicOps
Using Codecs
Data Storage
Understanding Capabilities
Attaching Capabilities
Saved Data