Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

AutoWindCharge

AutoWindCharge automatically detonates a wind charge beneath you to launch you into the air the moment you'd otherwise land, as long as you're holding the jump key. It's a movement aid for the 1.21+ wind charge item: instead of manually timing throws, the module watches your fall and fires at the ideal moment so you keep bouncing higher off the ground.

Each tick the module checks that you're holding jump and aren't flying, swimming, or in liquid, then predicts where you'll land. Using a 7-tick look-ahead — described in the source as "the perfect time to use a wind charge before hitting the ground" — it only acts once a collision is imminent. It looks for a wind charge in your hotbar or offhand and uses it from there, so the item never has to be in your main hand.

By default the boost aims straight down (pitch 90) to throw you upward. Holding the HorizontalBoost key instead aims at the configured pitch and points opposite your movement input, giving you a flatter, more horizontal launch for covering distance. When Rotate is on, the module smoothly turns toward the aim point first and only fires once your rotation is close enough (within 1°).

Category: Player Enabled by default: No

Settings

SettingTypeDefaultRangeDescription
HorizontalBoostToggleable GrouponWhen its key is held, aims the wind charge at the set pitch (opposite your input direction) for a flatter, horizontal launch instead of a straight-up boost.
HorizontalBoost → PitchDecimal70.00.0..90.0Aim pitch used while horizontal boosting. Lower values launch you more horizontally; higher values closer to vertical.
HorizontalBoost → KeyKeyHold this key to trigger a horizontal boost. Bound to Left Control by default.
RotateToggleable GrouponTurns toward the boost direction before firing and only uses the charge once aim is within 1° of the target.
Rotate → RotationsSetting GroupSee Shared: Rotations.
CombatPauseTimeInteger00..40Ticks to pause combat-related actions while rotating to boost. 0 disables the pause.
SlotResetDelayInteger Range0..00..40Random delay (in ticks, picked from this range) before switching back from the wind charge slot after using it.

Last updated: 2026-06-08 — Based on source code