-
Bug
-
Resolution: Unresolved
-
None
-
1.17.1, 21w37a, 21w38a, 21w40a, 1.18 Pre-release 1, 1.18, 1.18.1, 22w03a, 22w05a, 22w06a, 1.18.2 Pre-release 1, 1.18.2, 22w17a, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 1.21
-
None
-
Confirmed
-
Resource Packs, Text
The Bug:
The "minecraft:item.bottle.fill_dragonbreath" sound event does not follow the name of its item ID.
Current Sound Event Name | Expected Sound Event Name |
---|---|
minecraft:item.bottle.fill_dragonbreath | minecraft:item.bottle.fill_dragon_breath |
Steps to Reproduce:
- Give yourself some dragon's breath by using the command provided below.
/give @s minecraft:dragon_breath
- Take note of the item's ID.
- Compare this item's ID to its ID in the "minecraft:item.bottle.fill_dragonbreath" sound event by using the command provided below.
/playsound minecraft:item.bottle.fill_dragonbreath master @a
- Take note as to whether or not the "minecraft:item.bottle.fill_dragonbreath" sound event follows the name of its item ID.
Observed Behavior:
The "minecraft:item.bottle.fill_dragonbreath" sound event does not follow the name of its item ID.
Expected Behavior:
The "minecraft:item.bottle.fill_dragonbreath" sound event would follow the name of its item ID. There should be an "_" between the words "dragon" and "breath".