mojira.dev
MCPE-182604

Quartz slab uses smooth quartz texture on the bottom

When the quartz slab got its own ID, its block definitions got ported incorrectly.

The quartz block was changed years ago to not use the borderless texture anywhere, but its texture file is still deceptively named. This can be fixed by changing the quartz_slab_bottom definition in terrain_texture.json from this...

"quartz_slab_bottom": {
      "textures": "textures/blocks/quartz_block_bottom"
    }

...to this:

"quartz_slab_bottom": {
      "textures": "textures/blocks/quartz_block_top"
    }

This would make quartz slabs match quartz blocks once again.

Linked issues

Attachments

Comments 2

[Mod] LateLag

(Unassigned)

1251194

Confirmed

Multiple

1.21.10.23 Preview, 1.21.0

1.21.20.21 Preview, 1.21.20

Retrieved