You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow for multiple versions of Minecraft to be supported.
Currently planned versions to support:
1.18.x
1.17.x
1.16.x
Versioning would need to be updated with some like the following: mc{MC_VERSION}-{YEAR}.{MONTH}{DAY}.{REVISION} (mc18-2021.1213.1)
or {YEAR}.{MONTH}{DAY}.{REVISION}-mc{MC_VERSION} (2021.1213.1-mc18)
Branches would also be split for each version, with the latest Minecraft version under the master branch.
Older versions of Minecraft up to a certain point will receive updates, this will be clarified when updates are released.
The text was updated successfully, but these errors were encountered:
This would allow for multiple versions of Minecraft to be supported.
Currently planned versions to support:
Versioning would need to be updated with some like the following:
mc{MC_VERSION}-{YEAR}.{MONTH}{DAY}.{REVISION}
(mc18-2021.1213.1
)or
{YEAR}.{MONTH}{DAY}.{REVISION}-mc{MC_VERSION}
(2021.1213.1-mc18
)Branches would also be split for each version, with the latest Minecraft version under the
master
branch.Older versions of Minecraft up to a certain point will receive updates, this will be clarified when updates are released.
The text was updated successfully, but these errors were encountered: