When mobs are slain by withers, they are unable to replace replaceable blocks such as snow, grass, light blocks, fire etc. with wither roses. Relates to MC-269974.
Steps to reproduce
Make sure the gamerule mobGriefing is set to true
Place snow
Stand in the snow
/summon pig ~ ~ ~ {NoAI:1b}
/summon minecraft:wither ~ ~ ~ {NoAI:1b}
/damage @e[type=pig,limit=1,sort=nearest] 10 minecraft:mob_attack by @e[type=minecraft:wither,limit=1]
Observed: Upon the pig's demise, it doesn't replace the snow with a wither rose; instead, the rose is dropped as an item.
Expected: The pig should replace the snow with a wither rose upon being killed by the wither.
Linked issues
relates to 1
Attachments
Comments 3
Wither roses that try to replace snow could be able to end up being snowlogged, similar to Bedrock Edition.
Can confirm in 24w14a