-
Bug
-
Resolution: Unresolved
-
None
-
23w16a, 23w18a, 1.20 Pre-release 2, 1.20 Pre-release 6, 1.20, 1.20.1, 1.20.2, 24w10a, 1.21
-
None
-
Confirmed
-
Sound
-
Normal
-
Gameplay
The Bug:
The "minecraft:block.sniffer_egg.plop" sound event is listed under "block" instead of "entity" and contains incorrect sound ID spelling which is largely inconsistent with chickens.
When a chicken lays an egg, the "Chicken plops" ("minecraft:entity.chicken.egg") sound is played. This sound is sourced from the chicken and is listed as an "entity" sound event which is correct because the chicken is the one that's causing the sound to be played. When a sniffer lays an egg, the "Sniffer plops" ("minecraft:block.sniffer_egg.plop") sound is played. This sound is sourced from the sniffer egg and is listed as a "block" sound event which is incorrect because the sniffer entity is the one that's causing the sound to be played, not the sniffer egg itself. This is largely inconsistent.
Affected Sound Event:
Before reading the table, please note the following:
- Words colored in GREEN are correct.
- Words colored in RED are incorrect.
Current Sound Event Name | Expected Sound Event Name |
---|---|
minecraft:entity.chicken.egg | minecraft:entity.chicken.egg |
minecraft:block.sniffer_egg.plop | minecraft:entity.sniffer.egg |
Steps to Reproduce:
- Play the "minecraft:block.sniffer_egg.plop" sound event by using the command provided below.
/playsound minecraft:block.sniffer_egg.plop master @a
- Take note of how the command ran successfully despite the sound event being listed under "block" instead of "entity" and containing incorrect sound ID spelling.
Observed Behavior:
The "minecraft:block.sniffer_egg.plop" sound event is listed under "block" instead of "entity" and contains incorrect sound ID spelling.
Expected Behavior:
The "minecraft:block.sniffer_egg.plop" sound event would be listed under "entity" instead of "block" and contain the correct sound ID spelling.