BedrockIfy - Bedrock Features on Java!

BedrockIfy - Bedrock Features on Java!

410k Downloads

Update notification appears even though the mod has already been updated

BetaKors opened this issue · 5 comments

commented

I'm on version 1.6.1 of the mod and a notification — those little diamond thingies — appears on ModMenu telling me to update to version 1.6.0.

image

commented

This bug might actually be on ModMenu's side. Should I open an issue there?

commented

It’s because version 1.6.1 of BedrockIfy has been released as 1.6 and gradle.properties has not been changed.

# Mod Properties
mod_version = 1.6

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.

commented

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.

commented

@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

commented

Yes, I was using Quilt and yes the notification is gone now.

Also, sorry for taking so long to respond!