Hostile mobs are able to spawn on top of azaleas and flowering azaleas.
To reproduce
Create a world
While in mid-air, type
/fill ~10 ~ ~10 ~-10 ~ ~-10 minecraft:moss_block
While standing on the moss block type
/fill ~10 ~ ~10 ~-10 ~ ~-10 minecraft:flowering_azalea
Set the time to midnight
Use
/kill @e[type=!player]
→ ❌ Mobs start to spawn on top of the azaleas
Linked issues
relates to 3
Attachments
Comments 9
Is this actually a bug? A code analysis reveals that the only conditions on a block allowing spawning is that it has a solid top surface, and a luminance less than 14. Are we assuming that they are supposed to act like other saplings because they're part of the #minecraft:saplings block group? The block group doesn't appear to affect block properties. Azaleas have a solid top surface, they don't have a luminance, and they don't have an explicit override like some other blocks that restricts spawning. This may be intentional game design.
Can confirm.