Skip to content

Update to 26.2 and stabilize mining aim - #5082

Draft
N-Echelibe wants to merge 2 commits into
cabaletta:26.1from
N-Echelibe:26.2
Draft

Update to 26.2 and stabilize mining aim#5082
N-Echelibe wants to merge 2 commits into
cabaletta:26.1from
N-Echelibe:26.2

Conversation

@N-Echelibe

Copy link
Copy Markdown

This updates Baritone to the 26.2 development baseline and includes a fix for legit mining aim.

The mining rotation previously used roughly fixed angular offsets. The farther away a block is, the more that same angle moves the crosshair across the target, so at longer reach distances or awkward viewing angles it could drift off the block. The adjustment is now scaled by distance so the crosshair moves by roughly the same amount in world space regardless of how far away the block is.

It also keeps the current block target stable while that block is actively being broken. Previously, target reevaluation could switch blocks mid-break, repeatedly reset progress, and leave mining stuck until the player intervened.

The fix is intentionally lightweight. Distance scaling is a constant-time calculation, and the target is only held during an active break; it does not add any new scans or pathfinding work.

Testing: added focused coverage for distance-scaled aim behavior and completed the project tests and Fabric build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant