Time Format | Time remaining and time elapsed are now formatted as "mm:ss" i.e. minutes and seconds instead of just showing seconds.
Quick update on the 1.16 entity dismount issue. I've spent many hours trying to find a workaround including remounting the player after x ticks (BKCommonLib Fix), tracking unmounted players in a world, location tracking, etc. All of these work to some extend, however, the issue is that sometimes the player is dismounted without informing the server. I can't detect that and checks such as whether the player is mounted return true and movement doesn't trigger location changes effectively making it impossible to detect. I've also tried the other way around i.e. tracking the mount, however, even when the player isn't mounted it still returns the player as mounted. Sorry for the wall of text I just wanted to let you know I am looking into this but it is extremely difficult to deal with client issues.