-
Bug
-
Resolution: Fixed
-
23w31a, 23w33a
-
Confirmed
-
Player
-
Important
-
Platform
The bug
If you obtain the absorption effect, and then exit and re-enter a singleplayer world, the absorption effect disappears. All of your gold hearts are lost even though you still had time left on the timer. This did not happen in 1.20.1.
To reproduce
- Eat a golden apple.
- Observe that you now have gold hearts.
- Verify that you have the effect by running the below command. You will see some NBT for the effect:
23w31a
/data get entity @s ActiveEffects[{Id:22}]
23w32a+/data get entity @s active_effects[{id:"minecraft:absorption"}]
- Verify that you have absorption health by running the below command. You will see a non-zero number:
/data get entity @s AbsorptionAmount
- Pause the game. Click "Save and Quit to Title".
- Re-open the world.
- Observe that your gold hearts are missing.
- Verify that the effect is gone by running the below command. You will see red text:
23w31a
/data get entity @s ActiveEffects[{Id:22}]
Result: "Found no elements matching ActiveEffects[{Id:22}]"
23w32a+/data get entity @s active_effects[{id:"minecraft:absorption"}]
Result: "Found no elements matching active_effects"
- Verify that your absorption health is gone by running the below command. You will see the number zero:
/data get entity @s AbsorptionAmount
Expected behavior
The absorption effect is retained when the world is closed and re-opened.
Observed behavior
The absorption effect is lost.
- relates to
-
MC-264615 It takes several seconds for the absorption effect icon to display after obtaining the effect
- Resolved
-
MC-264656 Regular golden apples don't increase the number of gold hearts if you previously ate an enchanted golden apple and then took damage
- Resolved
-
MC-264657 Absorption gold heart refilling is determined by whether the low level and the high level have the same hideParticles parameter
- Resolved