mojira.dev
MC-225060

Burning entity sound repeats every tick

The bug

When an entity burns (e.g. an arrow or item), its health is decreased by 4 (out of total 5), then gets destroyed on the next tick upon a second round of damage. However, the extinguishing sound plays twice quickly, suggesting that items in lava play the sound every tick regardless if they are about to break or not.

Steps to reproduce

Arrows (Fixed in 1.17 Pre-Release 2)

  1. Shoot an arrow inside of lava
    β†’ ❌ The burning sound repeats for as long as the arrow exists.

Items

  1. Obtain a Repeating Command Block

  2. Paste the following command in its field, and activate it:Β 

    /execute as @e[type=item] run data merge entity @s {Health:50s}
  1. Obtain a lava bucket, sign, and empty bucket

  2. Place the lava

  3. Place the sign next to the lava

  4. Throw the sign in your inventory onto the placed sign

  5. Break the placed sign

  6. Hold the empty bucket

  7. Wait for the lava to spread onto the sign

  8. Pick up the lava

Here, the item burning sound will play every tick, instead of when the item dies.

Video Example

https://youtu.be/gNAN6QnO6As

See also MC-225204 and MC-225431

Linked issues

Attachments

Comments 11

Definitely relates toΒ MC-179116. (Also relates to itself πŸ˜›)

There's also an issue where the item disappears preemptively client-side, but it's only possible with commands as shown in the video.

Is it possible for this issue to occur for a long period of time in an environment without using cheats or commands? I had the burning sound spammed, seemingly every tick, in my survival world without cheats while I was strip mining, so this is why I am wondering. If this cannot be reproduced without commands, then it is likely a different but related bug that I should report; however, if it can it is probably the same bug.

Also happens when simply shooting an arrow inside of lava.

1 more comments

In 1.17 Pre-release 2, items are still affected by this bug but arrows no longer constantly make a sound while in lava.

Can confirm in 1.17.1.

Now, items under the influence of the command only repeat the burning sound for 1 second.

Can confirm in 1.19.1.

[media]

Can confirm in 1.19.2.

Makzevu

billysjoberg

1256312

Confirmed

Platform

Normal

Sound

21w18a, 21w19a, 21w20a, 1.17 Pre-release 1, 1.17 Pre-release 2, ..., 23w18a, 1.20.1, 23w33a, 1.20.4, 1.21

24w38a

Retrieved