Skip to content

feat(ElytraAltitudeControl): Add feature to use timer when chunks are loading slow - #214

Open
IceTank wants to merge 7 commits into
lambda-client:1.21.11from
IceTank:feature/add-timer-control-to-pitch-40-fly
Open

feat(ElytraAltitudeControl): Add feature to use timer when chunks are loading slow#214
IceTank wants to merge 7 commits into
lambda-client:1.21.11from
IceTank:feature/add-timer-control-to-pitch-40-fly

Conversation

@IceTank

Copy link
Copy Markdown
Contributor

Add feature to use timer when chunks near are loading slowly.

This is useful on 2b when you are flying in new chunks with something like Pitch40. Without timer usage, you would lose your speed as soon as you fly into unloaded chunks. Activating Timer keeps your speed and gives 2b time to load more chunks around you.

@IceTank
IceTankforce-pushed the feature/add-timer-control-to-pitch-40-fly branch from 4848282 to 958c1b1CompareJanuary 27, 2026 18:43
@IceTank
IceTank changed the base branch from 1.21.5 to 1.21.11January 27, 2026 18:44
@IceTank

Copy link
Copy Markdown
ContributorAuthor

Update target branch to 1.21.11

@github-project-automationgithub-project-automationBot moved this to Backlog in KanbanMar 11, 2026
@beanbag44
beanbag44 self-requested a review March 12, 2026 20:44
Comment threadsrc/main/kotlin/com/lambda/module/modules/movement/ElytraAltitudeControl.kt Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/movement/ElytraAltitudeControl.kt Outdated
@IceTank

Copy link
Copy Markdown
ContributorAuthor

Cleaned up code and fixed merge conflict

…control-to-pitch-40-fly
# Conflicts:
#	src/main/kotlin/com/lambda/module/modules/movement/ElytraAltitudeControl.kt

@beanbag44beanbag44 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm also unable to test this atm, can you upload a video of the feature working?

Comment threadsrc/main/kotlin/com/lambda/module/modules/movement/Timer.kt Outdated
@IceTank

Copy link
Copy Markdown
ContributorAuthor

I'm also unable to test this atm, can you upload a video of the feature working?

I don't know what to show. It just slows down the game when chunks around you aren't loaded.

Don't change timer value while not flying
@IceTank

Copy link
Copy Markdown
ContributorAuthor

Tested on 2b and it works

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

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

4 participants

@IceTank@beanbag44@Avanatiker@emyfops