-
Bug
-
Resolution: Won't Fix
-
None
-
22w42a
-
Community Consensus
-
Sound
The Bug:
The minecraft:entity.camel.sit sound doesn't play when camels are forced to sit down by modifying their NBT data.
Steps to Reproduce:
- Summon a camel.
- Alter its NBT data to make it sit by using the following command.
/data merge entity @e[type=minecraft:camel,sort=nearest,limit=1] {IsSitting:1b}
- Listen closely as the camel sits down.
- Take note as to whether or not the minecraft:entity.camel.sit sound is played when camels are forced to sit down by modifying their NBT data.
Observed Behavior:
The minecraft:entity.camel.sit sound doesn't play.
Expected Behavior:
The minecraft:entity.camel.sit sound would play.