-
Bug
-
Resolution: Unresolved
-
None
-
1.20.4, 24w13a, 24w14a, 1.20.5 Pre-Release 1, 1.20.5 Pre-Release 3, 1.20.5 Release Candidate 2, 1.20.6, 24w20a, 1.21, 1.21.1, 24w34a, 24w36a, 24w39a, 1.21.2 Pre-Release 1, 1.21.2 Pre-Release 3, 1.21.2 Pre-Release 5, 1.21.2 Release Candidate 1, 1.21.2, 1.21.3, 24w46a
-
None
-
Community Consensus
-
Block states, Mob behaviour
-
Low
-
Gameplay
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.