mojira.dev

troctor

Assigned

No issues.

Reported

No issues.

Comments

Im having this issue with Odin 2. But i found a workaround, the issue seems to happen when the L2/R2 triggers are set to analog, if i set them to digital (like on switch controllers), the problem dissapears. This fix works on my odin 2 because i can select the mode, but you cant select the trigger mode on most joysticks.
Giving that analog triggers give a signal between 0 and 1, making it so it places a block when the trigger value is greater than a threshold (ex: 0.5), and lock the ability to keep placing blocks until you either: want to keep placing = (threshold+0.3)+time_delay ; or you release the key and want to spam it (threshold-0.3)? Just throwing ideas.
But yeah, the problem seems to exist when the controller has analog triggers, not with digital triggers.
Also, a little rant, as another comment stated, if devs gave propper modding tools, things like this could be resolved in weeks, even in days by the community. Minecraft modding community must be one of the greatest, but Bedrock modding is very limited and is a pain.