Is it possible to disable this feature?
I could add a setting later.
I would like keep the regular collision box. I can edit the mod myself if there is no setting, just tell me how to do it.
data-updates.lua, lines 127f.:
-- Collision box of character should always be minimal so we can move it everywhere!
character.collision_box = {{-0.1, -0.1}, {0.1, 0.1}}
The first line already is a comment (starts with "--"). If you comment out the second line as well, minime will leave the collision_box alone.
Thanks!
You're welcome, and good luck! :-)