How to reproduce
In a creative world, place down a repeating command block and then type "
/item replace entity @p armor.head with minecraft:air
"; then run it so that it continually repeats. (you might want to turn of commandBlockOutput)Wear a turtle shell. The item will be deleted as expected, but the potion icon will flicker until it reaches 0. It will then be stuck at 0 until you relog or go to the nether.
Linked issues
duplicates 1
Attachments
Comments 11
Can confirm in 20w51a. Here's the updated command since the command provided in the description no longer works.
/item entity @p armor.head replace minecraft:air
Here's the updated command usage for the first reproduction step:
/item replace entity @p armor.head with minecraft:air
This seems to describe the same behavior as MC-239935, either relates, or duplicates.
Does this also happen in 1.15.2?