-
Bug
-
Resolution: Works As Intended
-
None
-
1.21.4
-
None
-
Community Consensus
-
Block states
I believe this issue is related to MC-1133. Wither Roses are only planted if the center of the killed mob is above the block. As a result, if a mob is standing on the edge of a block when killed by the Wither, the Wither Rose is dropped as an item instead of being planted on the block the mob was standing on.
How to reproduce:
/summon minecraft:wither ~ ~ ~ {NoAI:1b}
- Place a grass block in mid air
- Stand on the edge of the grass block
/summon villager ~ ~ ~ {CustomName:'"sacrificed"',attributes:[{id:"minecraft:movement_speed",base:0}]}
/damage @e[name=sacrificed,limit=1] 99999 minecraft:wither_skull by @e[type=minecraft:wither,limit=1]
Expected result
A Wither Rose would be planted on the grass block where the villager was standing
Observed result:
A Wither Rose was dropped by the villager instead of being planted on the grass block.
- relates to
-
MC-278307 Mace smash attack block particles do not appear if the mob is above the far edge of a block
- Open