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
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"
]
},
Also Affected with Android
[media]