When a player has absorption hearts, getting damaged while sitting does not knock them out of the sit even when get-up-damage is set to true in the config.
Expected behavior
Taking damage of any kind should force players to stand up, no matter if they have absorption hearts or not.
Reproduction steps
Give yourself absorption hearts
/effect give @s minecraft:absorption 60
Sit down
/sit
Take damage
/damage @s 1
/summon skeleton
etc.
Observe how you don't get forced to stand up until after the absorption hearts run out or get used up.
Observed behavior
When a player has absorption hearts, getting damaged while sitting does not knock them out of the sit even when
get-up-damage
is set totrue
in the config.Expected behavior
Taking damage of any kind should force players to stand up, no matter if they have absorption hearts or not.
Reproduction steps
Observe how you don't get forced to stand up until after the absorption hearts run out or get used up.