Controllable (Forge)

Controllable (Forge)

4M Downloads

Block breaking issues in 1.16

ArronIsCringe opened this issue ยท 11 comments

commented

When I try and break blocks survival Steve will do one hit and stop

I went back and tried it on 1.14.4 to check im not crazy and it did indeed work there

commented

I've been having this issue too. It's not just breaking blocks, but anything that has to do with holding down triggers it's really annoying. A game breaking bug in an otherwise almost perfect controller support mod :(

commented

Here's the problem, my guess is that clickMouse is a single click

if(ButtonBindings.ATTACK.isButtonPressed())
{
mc.clickMouse();
}

commented

Hello! I experienced the problem with 0.9.x and it's fixed now.

commented

Ah, this has actually been fixed in the latest version. @ArronIsCringe and @CerealTheSauS go download the latest version.

commented

If someone else (who experienced the problem) can confirm this has been fixed I will close this issue.

commented

I can confirm that this issues has been fixed in the newest build, thanks for the quick work mrcrayfish

commented

Thank you guys!

commented

Sorry to be a bummer, but I'm having the same issue on a completely fresh install.
Minecraft 1.15.2
Forge 31.2.0
Controllable 0.11.1
Windows 10 Home
PS4 controller with DS4

I really hoped the issue was that I had been using the controller via Bluetooth, but via USB doesn't seem to improve things.

Let me know what other details you need

commented

Upgrade to Forge 31.2.45 or above if using 1.15.2. I should really make that a requirement.

commented

I have pushed a new patch that will require 31.2.45 or higher to be installed.

commented

Upgrade to Forge 31.2.45 or above if using 1.15.2. I should really make that a requirement.

A compatibility list would go a long way for noobs like me.
Thank you for a speedy response and easy fix!