
SemVer Compliance
Franco227 opened this issue ยท 0 comments
Currently, the mod version is set to fabric-1.21-$modVersion
in build.gradle
, which isn't compliant with SemVer and causes a warning when opening the game. It should be changed to $modVersion+mc1.21-fabric
or something similar.
(I used values from the Fabric 1.21 version here, but this is the case for all versions)