Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-182604

Quartz slab uses smooth quartz texture on the bottom

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • 1.21.20.21 Preview
    • 1.21.10.23 Preview, 1.21.0
    • None
    • Confirmed
    • Multiple
    • 1251194

      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.

            LateLag [Mod] LateLag
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              CHK: