Wither can break piston extension and end gateway
The bug
The wither boss can break piston extensions and end gateways. For both blocks it displays the missing texture (purple and black) breaking particles.
How to reproduce
- Summon a wither
/summon armor_stand ~ ~ ~ {Invulnerable:1b,Passengers:[{id:"wither"}]} - Place an affected block in the area in the wither can break
/execute @e[type=wither,c=1] ~ ~ ~ /setblock ~ ~1 ~ end_gateway
- Punch the wither to make it break the block
Fix
Add piston_extension and end_gateway to net.minecraft.entity.boss.EntityWither.canDestroyBlock(Block blockIn).
Linked Issues
Created Issue:
Wither can break piston extension and end gateway
The bug
The wither boss can break piston extensions and end gateways.
How to reproduce
- Summon a wither
/summon armor_stand ~ ~ ~ {Invulnerable:1b,Passengers:[{id:"wither"}]}- Place an affected block in the area in the wither can break
/execute @e[type=wither,c=1] ~ ~ ~ /setblock ~ ~1 ~ end_gateway- Punch the wither to make it break the block
The bug
The wither boss can break piston extensions and end gateways.
How to reproduce
- Summon a wither
/summon armor_stand ~ ~ ~ {Invulnerable:1b,Passengers:[{id:"wither"}]}- Place an affected block in the area in the wither can break
/execute @e[type=wither,c=1] ~ ~ ~ /setblock ~ ~1 ~ end_gateway- Punch the wither to make it break the block
Fix
Add piston_extension and end_gateway to net.minecraft.entity.boss.EntityWither.canDestroyBlock(Block blockIn).
relates to
The bug
The wither boss can break piston extensions and end gateways. For both blocks it displays the missing texture (purple and black) breaking particles.
How to reproduce
- Summon a wither
/summon armor_stand ~ ~ ~ {Invulnerable:1b,Passengers:[{id:"wither"}]}- Place an affected block in the area in the wither can break
/execute @e[type=wither,c=1] ~ ~ ~ /setblock ~ ~1 ~ end_gateway- Punch the wither to make it break the block
Fix
Add piston_extension and end_gateway to net.minecraft.entity.boss.EntityWither.canDestroyBlock(Block blockIn).
was this really a bug? end gateways ok, but piston extensions? anyway, thanks for simple wither traps,
The bug
Moved blocks (moving_piston) should be breakable by withers or it should at least be determined by the moved block type. It was a mistake (by Marcono1234) to include it in MC-113429 since the actual problem was MC-58556.
How to reproduce
- Summon a wither
/summon armor_stand ~ ~ ~ {Invulnerable:1b,Passengers:[{id:"wither"}]}
- Place an piston extension block in the area in the wither can break
/execute at @e[type=wither,liimit=1] run setblock ~ ~1 ~ moving_piston
- Punch the wither to make it break the block