alRex-U / ParCool

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

[1.16.5 Compat bug] Using Controllable to grab a ledge causes "wriggling" and cannot be followed up by a jump #136

Open Kaleidio opened 1 year ago

Kaleidio commented 1 year ago

Summary Issue is in the title. The "wriggling" animation is the torso of the player's model animating rapidly because of the spammed input

Running Environment

Detail This issue is arising because controllable spams inputs that are held, rather than having an available held state to read from. Consider implementing a custom flag check instead of relying on the input classes isHeld method.

More than likely affects all available versions

Kaleidio commented 1 year ago

Issue serves as extension to #129 and is not a duplicate

alRex-U commented 1 year ago

Thank-you for reporting.

I maybe will do controller support but it may take times.

shuu-shu commented 1 year ago

yes please (: