The height of the pillagers are not exactly like the villagers, zombie villagers, wandering traders, witches (except fo the hat) and the other illagers.
Observed Results
The pillagers height doesn't match the height of the villagers and other villager-like mobs
Expected Results
The pillagers height should match the height of the villagers and other villager-like mobs
Linked issues
is duplicated by 8
relates to 2
Attachments
Comments 14
I've added a screenshot of me playing the Java Edition which shows the picture of villagers/illagers heights are the same. (Also included the Illusioner 😛)
While the height of the model may not be the same, it's possible that the hitboxes are still consistent. Villager-like mobs cannot pass through a two block tunnel if the floor is carpeted, due to the size of the Carpet's hitbox. Make entrances of varying heights and see which mobs pass through what.
The resource pack attached by @unknown fixes this issue issue by inserting"scale": "0.9375",
within the "scripts" component in \entity\pillager.entity.json
This scale factor is present in the vanilla villager, wander trader, vindicator, and evoker client entity files, but is missing from the pillager and zombie villager (MCPE-178133).
The height for all villagers/illagers are 1.95 blocks. The height of the pillager isn't exactly 1.95 blocks, it is actually slightly taller than 1.95 blocks.