Skip to content

Versioning

Hyperlynx edited this page Oct 30, 2024 · 18 revisions

This mod uses a fairly simple version numbering scheme. In general, version numbers take the form:

MC_VERSION-Mm.x

MC_VERSION is the version of the game (the 'game version' below) that the mod works with (as in most mods).

M is the major release version. The major release is advanced when I add some substantial new content to the mod, such as new blocks, items, or mechanics. A few months ago, I increased this number more frequently then I do now, which reflects the change in general development pace the mod has experienced.

m is the minor version as a letter. The minor version is advanced by every non-major update. In 1.20.1 and later, you can expect that the mod's features will be very similar between two releases if the Mm component of the version number is the same.

x is a game-version-specific patch marker. Different branches of the mod for different game versions might have different game-version-specific patch numbers while having the same general content if, for example, a bug affecting only one game version is found and patched. If absent, this component can be considered to be 0.

Clone this wiki locally