t2pellet / strawgolem

Adds a cute straw golem to farm for you!
https://www.curseforge.com/minecraft/mc-mods/straw-golem-reborn
GNU Affero General Public License v3.0
16 stars 17 forks source link

Mod numbering system does not use SemVer nomenclature #117

Closed JohnHadish closed 1 year ago

JohnHadish commented 2 years ago

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