When you place, break and walk on rooted dirt, it produces gravel sounds. This is not in parity with Java Edition.
Step to Reproduce
Place down, break, or walk on rooted dirt.
--> ❌ It produces gravel sounds.
Linked issues
is duplicated by 3
Attachments
Comments 9
In beta 1.17.20.20, the rooted dirt sounds are already in the game files, however, the game still plays gravel sounds for some reason.
In vanilla_1.17.0 and vanilla_1.17.10, dirt_with_roots is assigned "gravel", but in vanilla_1.17.20, it is assigned "dirt_with_roots". Also, once this is fixed it will use hanging roots' sounds unless that's fixed too, since hanging_roots sound events are what's in sounds.json for dirt_with_roots
Affects 1.20.60.24 preview. Additionally, the "dirt_with_roots" block sound set is not valid in-game. Setting any other block to use "dirt_with_roots" fails.
This is very common in Bedrock where they tend to recycle sounds for new blocks.
For example many blocks such as corals and others use the stone sound.
And the beet when breaking it uses the torches sound.