Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shaking cursor while mining #4313

Open
4 tasks done
FurkanS1821 opened this issue Mar 28, 2024 · 3 comments
Open
4 tasks done

Shaking cursor while mining #4313

FurkanS1821 opened this issue Mar 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@FurkanS1821
Copy link

Some information

Operating system: Windows 10 Home Single Language
Java version: java 21.0.2 2024-01-16 LTS
Minecraft version: 1.20.4
Baritone version: fabric-1.10.2
Other mods (if used): Nothing else, only baritone

Exception, error or logs

There is no revelant error in logs, just:

[22:00:28] [Render thread/INFO]: [CHAT] [Baritone] > sel ca
[22:00:28] [Render thread/INFO]: [CHAT] [Baritone] Filling now
[22:03:45] [Render thread/INFO]: [CHAT] [Baritone] Done building

How to reproduce

  1. Select an area and clear it via #sel cleararea
  2. Observe.

My results:

  1. Cursor shaking, missing the target and restarting mining, barely able to mine its target
  2. Mod will not be able to choose a block to mine if two blocks are in about the same distance, alternating between them and not able to mine any of them.

Manually moving the character closer will slightly help but what's the point of using this then?

Video for clarity

Modified settings

allowDiagonalAscend = true
allowJumpAt256 = true
allowParkour = true
allowParkourPlace = true
allowVines = true
blockReachDistance = 4.0
breakFromAbove = true
freeLook = false
maxFallHeightBucket = 400
maxFallHeightNoWater = 10
minYLevelWhileMining = -64
verboseCommandExceptions = true

Final checklist

  • I know how to properly use check boxes
  • I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
  • I have included logs, exceptions and / or steps to reproduce the issue.
  • I have not used any OwO's or UwU's in this issue.
@FurkanS1821 FurkanS1821 added the bug Something isn't working label Mar 28, 2024
@FurkanS1821 FurkanS1821 changed the title Please add a brief but descriptive title Shaking cursor while mining Mar 28, 2024
@ZacSharp
Copy link
Collaborator

The problem is randomLooking, or rather randomLooking113 since its default value is much higher.

@Krayiken
Copy link

Krayiken commented Apr 3, 2024

I had the same problem thank you (I just changed randomLooking113 from 2 to 1 with #randomLooking113 1)
Although, this only fixes the choosing between 2 blocks, sometimes it still has a hard time and the half-mining (where it repeatedly mines the same block without finishing) still occurs

@figloalds
Copy link

@Krayiken I had a bit of issue with this, the server I play is private and among friends, they don't mind if I auto the shit out of it so I set both randomlooking values to 0; In any case a moderator with Spectator mode can clearly see your character running looking upwards completely awkardly anyways, so random looking is only useful at all if the server you're playing has bot detection plugins.

As for the other thing i did to reduce this probem was to adjust #blockReachDistance from 4.5 to 2.5 and this value has been working nice for me for most part, I tweak it sometimes depending on what I'm doing, try fiddling with this variable see if it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants