-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Work in Progress centralized documentation for this project. Main intention is to centralize config documentation between config screen and config file, since there is a lot of duplication in that area.
This is not accurate to the latest release and is being developed for a future release. This is not finished and there is a lot missing.
This wiki is structured in a versioned approach.
Background
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 either:- A newer version of the same page exists, or
- The page represents the latest available documentation.
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.
E.g.:
"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"