mojira.dev
MCPE-164710

Piglin Head placed on note block play the piglin angry sound instead of the piglin ambient sound

The bug

When placing a piglin head on a note block, it plays the piglin's angry sound instead of the piglin ambient sound. What's more, the changelog says "Placing the Piglin Head on a Note Block will play one of the Piglin's ambient sounds".

How to reproduce

  • Place a piglin head on a note block

  • Right-click on the note block or active it with redstone

-->❌ It play the piglin angry sound

relates to MC-257625

Attachments

Comments 7

Also Affected with Android

[media]

Affects in 1.19.83, 1.20 & 1.20.10.20 Preview

Affects in 1.20.1 & 1.20.20.20 Preview

I Can't Reproduce In Lastest Preview,It Seems Fixed?
It Affects 1.20.80.20 Preview
And About The Code
"note.piglin" : {
"category" : "record",
"max_distance" : 48.0,
"min_distance" : null,
"sounds" : [
"sounds/mob/piglin/angry1",
"sounds/mob/piglin/angry2",
"sounds/mob/piglin/angry3",
"sounds/mob/piglin/angry4"
]
},

The Fixed Code
"note.piglin" : {
"category" : "record",
"max_distance" : 48.0,
"min_distance" : null,
"sounds" : [
"sounds/mob/piglin/idle1",
"sounds/mob/piglin/idle2",
"sounds/mob/piglin/idle3",
"sounds/mob/piglin/idle4",
"sounds/mob/piglin/idle5"
]
},

@unknown I'm still reproduce, This had not fixed yet in Latest Preview.

Is this still an issue for you?

It is still in issue in the latest Preview

NOoooo3333

(Unassigned)

940069, 1440360

Confirmed

Multiple

Windows 11

1.19.60.20 Preview, 1.20.31 Hotfix, 1.20.40.24 Preview, 1.20.70.20 Preview, 1.20.60, 1.21.2 Hotfix, 1.21.30.24 Preview, 1.21.44 Hotfix

Retrieved