mojira.dev
MCPE-176362

Tuff slabs, stairs, and walls use stone sounds instead of tuff sounds

As per the title, the new tuff slabs, stairs, and wall blocks produce stone sounds instead of the sounds that tuff makes. This does not happen with any other of the new blocks.

Linked issues

Attachments

Comments 5

Could you please provide a video showcasing the issue?

Could you please provide a video showcasing the issue?

I believe that has a generic stone sound for Normal tuff decorations, however still working on bricks and polished variants of tuff have matches the sound

Sound comparison

MCPE Preview:

[media]

MCJE 23w43a:

[media]

This is the code about these block in blocks.json, you can see they are not assigned the tuff sound so they use default stone sound.
"tuff_slab": {
"textures": "tuff"
},
"tuff_double_slab": {
"textures": "tuff"
},
"tuff_stairs": {
"textures": "tuff"
},
"tuff_wall": {
"textures": "tuff"
}
The Fixed Code:
"tuff_slab": {
"textures": "tuff",
"sound": "tuff"
},
"tuff_double_slab": {
"textures": "tuff",
"sound": "tuff"
},
"tuff_stairs": {
"textures": "tuff",
"sound": "tuff"
},
"tuff_wall": {
"textures": "tuff",
"sound": "tuff"
}

FireLiz

(Unassigned)

1124850

Confirmed

Multiple

1.20.50.22 Preview, 1.20.50.23 Preview, 1.20.50, 1.20.62 Hotfix, 1.20.70, 1.20.80.22 Preview, 1.20.81 Hotfix

1.21.0.24 Preview, 1.21.0

Retrieved