Mod numbering system does not use SemVer nomenclature
JohnHadish opened this issue ยท 0 comments
Game Info
Game Version : 1.19.2
Mod Version : strawgolem-1.19-2.0.0b2
Mod Loader : Fabric
Describe the bug
Your naming convention for your mod is not consistent with Semantic Versioning (SemVer) so everytime someone uses your package it will throw the following server-side error:
ForkJoinPool-1-worker-1/WARN Mod strawgolem uses the version 2.0.0b2 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0b2'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
Semantic Versioning information: https://semver.org/
You should strongly consider using SemVer nomenclature so this error is not thrown every time your mod is loaded