Skip to content

elytra jump takeoff#4968

Open
rfresh2 wants to merge 2 commits intocabaletta:1.19.4from
rfresh2:elytra-jump-takeoff2
Open

elytra jump takeoff#4968
rfresh2 wants to merge 2 commits intocabaletta:1.19.4from
rfresh2:elytra-jump-takeoff2

Conversation

@rfresh2
Copy link
Contributor

@rfresh2 rfresh2 commented Feb 16, 2026

in 1.12, efly takeoff was decided by the server.

to be reliable on high latency, baritone needed to walk off a cliff to get fall distance

but in modern mc, takeoff is controlled client side and latency is no longer an issue

so we can just jump in place and go immediately

this.state = State.START_FLYING;
} else {
// todo: would be better if we searched for a safe pos to takeoff from, and then pathed directly there
if (System.currentTimeMillis() - startedJumpStateTime > 2500) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather count ticks than millis

@leijurv
Copy link
Member

leijurv commented Mar 19, 2026

can i see a screen recording

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.

2 participants