-
Bug
-
Resolution: Cannot Reproduce
-
None
-
Minecraft 1.11, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 1.13.2, Minecraft 18w43c, Minecraft 19w13b, 1.16.1, 20w28a, 20w51a
-
Confirmed
-
Hitboxes
The bug
Ender dragon hitboxes are inconsistent and have gaps.
- Right wing is 3 blocks high, the left one only 2.
- Gap between between head and body.
- Mouth hitbox is inside of head hitbox, likely because the head is shifted to the front causing the above described gap.
- Gap between tail and body.
How to reproduce
- Summon an ender dragon
/summon ender_dragon
- Press F3 + B to show hitboxes
Code analysis (partwise)
Based on 1.12 decompiled using MCP 9.40 PRE 1
The wing sizes are inconsistent because the method net.minecraft.entity.boss.EntityDragon.onLivingUpdate() sets for one wing a height of 3, but for the other 2.