Update notification appears even though the mod has already been updated
BetaKors opened this issue · 5 comments
It’s because version 1.6.1 of BedrockIfy has been released as 1.6 and gradle.properties
has not been changed.
Lines 8 to 9 in c393cff
It’s 1.6.1 as shown, but internally it’s detected as 1.6, so I guess ModMenu is confused. You can find it in your log.
Maybe it will be fixed in the next version.
Although I did forget to commit the usual "Version Bump" to github with the version changed. That build (both on modrinth and curseforge) had the mod_version in gradle.properties changed. This can be verified by extracting the .jar downloaded from modrinth and checking the fabric.mod.json. I'm unsure of what is causing this.
Also, I'm not able to replicate with bedrockify 1.6.1 and mod menu 5.1.0-beta.4, update notification is not appearing
I'll check in more depth in the following days.
@BetaKors are you using Quilt? I've just noticed that I forgot to set that version as quilt compatible on modrinth and thats why it might be telling you to move to another compatible version. (might be similar to modrinth/code#2660 and TerraformersMC/ModMenu#550)
I've changed the loader compat in modrinth, let me know if the notification still appear