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

Custom blocks with alpha render behind cloud layer from distance

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.17.0.54 Beta, 1.16.221 Hotfix
    • None
    • Unconfirmed
    • Multiple

      Custom blocks with alpha or blend materials will render behind the cloud layer when viewed from a distance.

      Can be reproduced by adding a custom block and adding:

      "minecraft:material_instances": {
          "*": 

      {         "texture": "your_texture",         "render_method": "blend"     }

      }
       
      or,
       
      "minecraft:material_instances": {
          "*": 

      {         "texture": "your_texture",         "render_method": "alpha"     }

      }

            timjdcook@gmail.com SyKoSoFi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: