HughBone / fabrilous-updater

Detect updates for fabric mods.
25 stars 7 forks source link

server update command does not consider minecraft version. #20

Open wb1016 opened 2 years ago

wb1016 commented 2 years ago

enviroment

1.18.1 release server, 0.46.0 fabric api.

what i did

execute /fabdateserver autoupdate

actual behavior

it downloaded 0.47.6+1.18.2. regardless of minecraft version

expected behavior

it should reconize current minecraft version and download 0.46.4+1.18 instead of latest.

HughBone commented 2 years ago

The reason for this is that mods are (generally) compatible within each version release of MC. For example, a modder might release for 1.18.1 and never update to 1.18.2 since it's still good in the new version.