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

Weather fog does not apply for custom resource packs in hot biomes.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.18.10.26 Beta, 1.18.30.20 Beta, 1.18.12 Hotfix, 1.20.51 Hotfix
    • None
    • Confirmed
    • Windows
    • 1172234

      The weather fog In all mesa, desert and savanna variants  does not apply when given custom weather fog.

      I have provided a custom fog pack that makes all the water surface color fog and weather fog the same so any biomes that have not got the same color can be seen.

      {
        "format_version": "1.16.100",
        "minecraft:fog_settings": {
            "description": {
              "identifier": "vocktilesfog:custom_test_fog_desert"
            },
            "distance": {
            "air": {
              "fog_start": 0,
              "fog_end": 0.85,
              "fog_color": "#7354ff",
              "render_distance_type": "render"
            },
            "water": {
              "fog_start": 0,
              "fog_end": 20,
              "fog_color": "#ff54ee",
              "render_distance_type": "fixed"
            },
            "weather": {
              "fog_start": 0,
              "fog_end": 100,
              "fog_color": "#54ff7c",
              "render_distance_type": "fixed"
            }
          }
        }
      }

            Vocktile Vocktile
            Votes:
            5 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              CHK: