tr7zw / Exordium

There is no good reason to render the hotbar at 100+ fps
Other
228 stars 34 forks source link

Hearts don't change between hardcore and survival worlds #78

Open VidTu opened 1 year ago

VidTu commented 1 year ago

Note that custom servers can change hardcore mode via Join packet.

https://github.com/tr7zw/Exordium/assets/60929459/550f311b-1f9c-4bbc-abf5-8c6661a39096

sydist commented 1 year ago

If I had to guess this probably happens because the cached render stays from the previous world, taking damage seems to reset it, and it also works both ways. (Going from Hardcore world with hardcore hearts to normal world keeps the hardcore hearts.)

A proposed solution would be to reset the cache on world exit or on world join

tr7zw commented 1 year ago

Yea, low prio issue for now, since this WIP release has way bigger issues.