Skip to content
Imajo24I edited this page Jul 1, 2026 · 12 revisions

This wiki is intended as central user-facing documentation for this project.
It is structured in a versioned approach and due to this, it is recommended to use the custom sidebar (the lower one) to navigate this wiki.

Background to the structure

In the mc modding community, many players and modpacks do not run the latest mc or mod version. As a result, users often continue using older releases that may no longer be actively supported.

With a traditional wiki structure, pages are continuously updated to reflect the latest version of the mod. This can create a problem: older mod versions may still link to the same wiki pages, causing users to see documentation that no longer matches the version they are using.

This can lead to confusion, incorrect configuration, or outdated features appearing to be available.

How this structure works and is to be read

Every page in this wiki is associated with a specific mod version. The version attached to a page represents the lowest mod version for which that page is accurate. A page remains valid until:

  • A newer version of the same page exists -> The current page is valid up to that newer version
  • No newer version of the same page exists -> The page is valid up to the latest version.

In other words, each page covers a range of mod versions, starting from the version in its title and ending at the next documented version of that page.

Example:

"Config - 3.5.0" -> Applies to version "3.5.0" and all later versions, until a newer "Config" page is created
"Config - 3.4.5" -> Applies to versions "3.4.5" up to (but not including) "3.5.0"

Clone this wiki locally