alRex-U/ParCool

[1.16.5 Compat Bug] Using Controllable to crawl causes walking speed instead of crawling speed

Open

#135 opened on Feb 5, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (58 forks)auto 404
bugcompatibility requestcontrollerhelp wantedimportant

Repository metrics

Stars
 (124 stars)
PR merge metrics
 (PR metrics pending)

Description

Summary Issue is in the title. Does not have the same issue with M/KB

Running Environment

  • Minecraft Version: 1.16.5
  • ParCool Version: 2.1.0.0-R
  • Forge Version (optional): 36.2.39

Description 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 present on all available versions

Contributor guide