Fusion-Flux / Gravity-Api

A fabric mod and api that lets you change player gravity direction
Mozilla Public License 2.0
21 stars 19 forks source link

Mobs have issues attacking you when your gravity is odd #23

Open Vexxen1 opened 2 years ago

Vexxen1 commented 2 years ago

When you are on a wall or upside down, the mob will only be able too attack you if you are at there feet. They should be able too attack you if they touch or are near your hitbox. This is a issue that makes being upside down kinda op if you are using this mod for the origins mod. I get you being able too be up high, but them not being able too hit you when you are right in front of you is kinda bad.

Fusion-Flux commented 2 years ago

i cannot understand this

Vexxen1 commented 2 years ago

Basically if you are upside down and in front of a zombie, it will not be able too hit you, even thou you are right in front of it

Platymemo commented 2 years ago

You'll have to modify the pathing in EntityNavigation so that it finds a path to the entity as long as it is close enough to the ground (relative to the mob)