#How to make entity unpushable?
1 messages · Page 1 of 1 (latest)
return false in the Collison methods
would that disable hitbox?
and wouldn't then my mob go through blocks?
If you return false in the wrong ones, yes, but there should be one specifically for entity collisions that you can override
it seems like there isn't
try the method collidesWith