Possible to change the player hitbox ?
I want to make a mod that need to change the hitbox of the player.
But is it possible ? :|
But is it possible ? :|
FOSS gamedev and creative worlds
https://forums.minetest.org/
Byakuren wrote:Yes, use the set_properties method of ObjectRef to change the collisionbox property of a player.
This will change the box that people are able to click to target a player, not sure how much it affects other things though.