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

Azalea Tree doesn't generate on more blocks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.19.10.22 Preview, 1.19.0.27 Preview, 1.19.0.26 Beta, 1.18.30.27 Preview, 1.18.30.26 Beta, 1.18.20.28 Preview, 1.18.20.27 Beta, 1.18.20.26 Preview, 1.18.20.25 Beta, 1.18.20.23 Beta, 1.18.20.21 Beta, 1.18.10.28 Beta, 1.18.10.27 Beta, 1.18.2 Hotfix, 1.18.10, 1.18.12 Hotfix, 1.18.30, 1.18.31, 1.19.0, 1.19.11 Hotfix, 1.19.20, 1.20.50.20 Preview, 1.20.32 Hotfix
    • Confirmed
    • Multiple
    • 703928

      Azalea trees normally generate anywhere on land, where there is a lush cave below it. However, on Java, it also generates on snow, powder snow, sand, red sand, and terracotta blocks, which Bedrock currently doesn't, causing them to not generate on snowy and hot biomes. This also applies to azalea roots.

      Based on code analysis on the features JSON file for the azalea tree, the may_grow_on list doesn't include those blocks, which caused the issue. The fix here is simply to include the following blocks in the list to generate correctly such as:
      minecraft:snow
      minecraft:powder_snow
      minecraft:sand
      minecraft:hardened_clay
      minecraft:stained_hardened_clay

            MCPE4theBeacon [Helper] lillybeacon
            Votes:
            10 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: