syorito-hatsuki / ducky-updater-rework

Mods updater for Fabric
https://modrinth.com/mod/ducky-updater
MIT License
1 stars 0 forks source link

Since update to 1.21.1 it seems that Ducky Updater offers downgrade the mods and % file naming issue #17

Open cr-gomezm opened 2 months ago

cr-gomezm commented 2 months ago

Since 1.21.1 more and more mods got updated to include support for new minor update.

Sometimes when checking for updates and upon start, Ducky Updater states that a new version is available which indeed is a downgrade because of being marked for 1.21.1 and not 1.21 explicitly.

image

Also when downloading files, if you have a manually downloaded file, the file naming is as per the filename in the download... when updating for first time using Ducky updater the file is downloaded but most of the time with % using html replacement for special characters.

This causes issues upon start with mod replacement.

image

syorito-hatsuki commented 2 months ago

Windows?

cr-gomezm commented 2 months ago

Windows Server Core LTSC2019 / JDK 21 MC 1.21 + Fabric Loader 0.16.5

syorito-hatsuki commented 1 month ago

So version names depends from how owner was marked it on Modrinth. It can mark 1.21.1 files as 1.21. % is just how url names are real encoded (browsers mostly just replace them, but I really didn't care about that cause it's change nothing in real 🫡)