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.3.jar

  • R
  • Apr 30, 2026
  • 27.14 KB
  • 453
  • 1.20.1
  • Forge

File Name

bunnyhop-1.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

 [1.3.0] — 2026-04-30

✨ Added
- Added new HUD styles:
  - CS
  - KZ
  - MINIMAL_CENTER
  - NEON
  - STACKED
- Implemented “pro” speedometer line in SpeedHudOverlay.java
- Added visual effects for styles:
  - NEON: RGB cycling
  - KZ / CS: speed-based color/line response
  - ARCADE / STACKED: pulse and shimmer effects
- MINIMAL_CENTER now automatically shifts closer to screen center if custom position is disabled
- Added unified H-menu for control (HudEditorScreen.java):
  - Bhop ON/OFF
  - Mode
  - HUD Style
  - Reset HUD Position

 🔄 Changed
- Moved all controls into a single menu (H key)
- Removed separate hotkeys for a cleaner UX
- Updated keybind in en_us.json → now displayed as "Open BunnyHop Menu"
- Updated Config.java — extended style list
- Updated SpeedHudOverlay.java — added support for new styles and effects

🐛 Fixed
- Fixed conflict with external movement impulses:
  - MovementPhysics.java 
  - Mod no longer overrides external deltaMovement when a significant speed boost is detected
- Fixed incorrect handling of small vs meaningful velocity changes (noise vs real impulse)

⚡ Improved
- Improved compatibility with other mods (air dash, weapon knockback, etc.)
- Added adaptive movement logic:
  - large impulses are accepted as new base velocity
  - small changes are ignored to preserve bhop “feel”
- Introduced separate speed thresholds for:
  - ground
  - air
- Increased stability of auto-strafe and bhop mechanics

❌ Removed
- Removed legacy hotkey system
- Eliminated duplicate controls outside of the H-menu