You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the title says, while frozen from being in powder snow the heart icons being rendered while holding food are normal hearts.
To reproduce: place down powder snow using a bucket, walk into it and hold a food item. This results in:
The rendering should probably be disabled the same way it is when affected by poison or wither effects. For this there is a isFullyFrozen() method inside the Player class.
I am unsure how early Mojang implemented those custom heart icons while freezing, but I have tested this with 1.20.2 and above.
The text was updated successfully, but these errors were encountered:
Like the title says, while frozen from being in powder snow the heart icons being rendered while holding food are normal hearts.
To reproduce: place down powder snow using a bucket, walk into it and hold a food item. This results in:
The rendering should probably be disabled the same way it is when affected by poison or wither effects. For this there is a
isFullyFrozen()
method inside thePlayer
class.I am unsure how early Mojang implemented those custom heart icons while freezing, but I have tested this with 1.20.2 and above.
The text was updated successfully, but these errors were encountered: