Create

Create

86M Downloads

Create requires forge 35.1.16 but i run 35.1.4

Windy1966-bit opened this issue ยท 5 comments

commented

Hello
I Installed Forge Version 35.1.4 (for Minecraft 1.16.4) and when i launch the game i get an error message, that says i need 35.1.16 and above. This is obviously a bit paradox please help

Tanks

commented

i did update to the newer version after this had happened. Now it works, but it is still weird because even 35.1.4 is a higher version than 35.1.16 am I right?

Thank You for the response :-)
Your Mod is Great

commented

how is that a paradox? just update forge to latest version

commented

No. 16 is greater than 4

commented

Oh
i saw them not as a whole number. like in 13,16 which would be smaller than 13,4 , but this makes sense my bad

commented

This is an example of Semantic Versioning: https://semver.org/

Basically:

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards compatible manner, and
PATCH version when you make backwards compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.