promotional bannermobile promotional banner

Bhop+

True BHop is a Minecraft mod that recreates Counter-Strike movement physics with real bunny hopping, air acceleration, and strafe mechanics. Build speed, keep momentum, and control movement in the air just like in CS:GO.

File Details

bhop-1.20.1 v1.4.jar

  • R
  • May 7, 2026
  • 32.89 KB
  • 312
  • 1.20.1
  • Forge

File Name

bunnyhop-1.5.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:bhop-mod-1515509:8051465")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • ✨ New Features
    "CUSTOM" Movement Mode: Added a fourth movement mode that allows players to define their own bunnyhop physics.

    Deep Physics Customization: Introduced 7 new configuration variables for precise control:

    Custom Max Speed

    Custom Ground Accel

    Custom Air Accelerate

    Custom Air Speed Cap

    Custom Friction

    Custom Gravity

    Custom Jump Impulse

    🎨 Interface (GUI & UI)
    HudEditorScreen Panel Redesign: Increased the window width to 240 pixels to ensure all descriptive text and labels fit correctly.

    Two-Column Grid Layout: Organized the CUSTOM mode settings into a clean, two-column grid for better ergonomics.

    Dynamic Panel Height: The menu background now automatically expands when CUSTOM mode is active and shrinks for other modes to save screen space.

    Hover Tooltips: Integrated interactive tooltips that appear when hovering over each input field, providing a detailed explanation of each physics parameter.

    Visual Bug Fixes: Parameter labels are now rendered dynamically above their respective input boxes, completely resolving the text overlapping issues.

    ⚙️ Technical Changes
    Data Validation & Clamping: Implemented a clampDouble function to sanitize user input, preventing game-breaking or invalid physics values from being saved.

    Seamless Physics Integration: Updated MovementPhysics.java with safety helpers that inject custom values into the movement engine in real-time without modifying the core mathematical formulas.