Skip to content

Allow BoatFly to descend#6483

Draft
notfed wants to merge 1 commit into
MeteorDevelopment:masterfrom
notfed:feature/boatfly-descend
Draft

Allow BoatFly to descend#6483
notfed wants to merge 1 commit into
MeteorDevelopment:masterfrom
notfed:feature/boatfly-descend

Conversation

@notfed

@notfed notfed commented Jun 20, 2026

Copy link
Copy Markdown

BoatFly now has a new option: "Sneak Descends Downward". If you enable it, then, when you are flying in a boat, press sneak, and youll descend (instead of the default "jump out of boat and probably die" behavior)

Type of change

  • Bug fix
  • New feature

Description

BoatFly now has a new option: "Sneak Descends Downward". If you enable it, then, when you are flying in a boat, press sneak, and youll descend (instead of the default "jump out of boat and probably die" behavior)

How Has This Been Tested?

Videos or screenshots of the changes if applicable.

Checklist:

  • [?] My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

BoatFly now has a new option: "Sneak Descends Downward". If you enable it, then, when you are flying in a boat, press sneak, and youll descend (instead of the default "jump out of boat and probably die" behavior)
@mynameisbob1928

Copy link
Copy Markdown
Contributor

I see, then how do you get out of the boat? Without having to go into the config and modifying it each time or disabling entity control

MeteorClient.EVENT_BUS.post(SendMovementPacketsEvent.Pre.get());
}

@ModifyArg(method = "tick", at = @At(value = "INVOKE", target = "Lnet/minecraft/network/packet/c2s/play/PlayerInputC2SPacket;<init>(Lnet/minecraft/util/PlayerInput;)V"), index = 0)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Outdated branch.

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.

3 participants