Versioning
FO is consistently one of the first packs to upgrade to new Minecraft versions, thanks to its efficient versioning model.
Of course, the speed at which FO is updated depends on multiple factors, including but not limited to:
Mojang's releases: new features, breaking changes...
Mods' updates: Fabric (which usually updates very quickly), mods...
New additions or removals of mods, which need testing
The time FO's author has to work on updates
Generally, the development version of FO, which may not include all mods of a stable release, is released as soon as possible, often every week or two. Once a release is published, important updates to mods are usually quickly available.
Version Numbers
An FO version is indicated by three numbers X.Y.Z
, and a suffix for development versions (-alpha
or -beta
). The three numbers indicate:
X
Major versions
Starting from 7.y.z: mapped to Minecraft's game drops or full releases From 1.y.z ~ 6.y.z: mapped to Minecraft's full releases from 1.16
Y
Minor versions
Minecraft patches or changes to FO
Z
Patches
Non-breaking changes, no mod changes
Supported Versions
Support is provided for the latest stable version of FO, and for the latest development version of FO if any.
Older versions of FO, and for older Minecraft versions, are available but no longer supported. If you want to play them at your own risk, you may find a list of older versions on CurseForge.
While FO does not support outdated versions, it especially warns its users against some which are known to have vulnerabilities and are only kept for archival purposes. Those are indicated in the websites with a triangle warning sign: ⚠️.
For example, some versions are known to be unsafe for multiplayer: see the official article on Minecraft's website.
On the other hand, if a server you're playing on is out-of-date, you may want to add the ViaFabricPlus mod. You should only enable it for servers where it's needed.
Last updated