Minecraft MCP right click method?

La
4

I use the gameSettings.KeybindUseItem method, but it keeps the right mouse button pressed. When I pack a break between press and release, Minecraft starts to lie down. Therefore, the question of whether there's not another method to briefly press the mouse button.

Sk

Perhaps it is no longer a problem if you do it asynchronously.

an

You take the break with wait () or something, right? This pauses the whole program, it is already clear that it will "lag".

You have to do the whole thing asynchronously or e.g. Do it with a sheduler. My solution would be:

Get the current tick time of the world (or something similar that counts ticks) when the click starts, and then after a certain number of ticks (i.e. If the previously saved tick time is e.g. 10 less than the current tick time) Finish clicking.

La

Thanks

La

How?

Server crash report? Re RexHabitual
Export MCP reborn? ka kamilaPurple
MCP login? fo fordmanager
How do I live right? ca camdynGrey