Started by
Elastico345
on
Topic category: Help with Minecraft modding (Java Edition)
Anyone know how to change the size of the hitboxes in mobs? Because no matter the shape or size of the mob I created is always set the hitboxes on 1x2x1 (LxHxW) I use techne btw for modeling my mobs
Use setSize(x, y)
But remember that they'll always have a square base hitbox (minecraft "law") and if you want to change that, you have to go in coding more deeply