alRex-U / ParCool

A Minecraft Forge Mod for action of Cool Parkour
GNU General Public License v3.0
42 stars 30 forks source link

Solid Mobs incompatibility #149

Closed ClockworkzAI closed 10 months ago

ClockworkzAI commented 1 year ago

Summary Solid Mobs incompatibility

Running Environment

Detail You cant grab edges or run on walls using these two mods together.

Additional Data Its more of a BUG. I think is the hitboxes between solid mobs and you uses different way of detecting a block that couses a interference between the two mods. (I am happy and fix the bug more easily if you send me these)

alRex-U commented 1 year ago

Thanks for reporting. Ok I will check

ClockworkzAI commented 1 year ago

not enough animation mod incompatibility also everything works as attended but ladder climbing animation doesn't activate when climbing ladder

alRex-U commented 10 months ago

OK I understand the cause. Because of changes by Solid mobs, the game use it's player's bounding box to detect collision though originally it's not done.