BLACKHOLE CLIENT

The best pvp helper client out there for 1.21.4 minecraft

File Details

BH1.9.5 EAGLE update

  • R
  • Mar 22, 2026
  • 120.13 KB
  • 10
  • 1.21.4
  • Fabric

File Name

blackhole-client-1.9.5.jar

Supported Versions

  • 1.21.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:blackhole-client-1486351:7793591"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Blackhole Client — Scaffold (Eagle) — Changelog

[1.9.5] — Full auto-eagle scaffold rewrite

Highlights

  • Fully automatic bridge direction — no manual Dir / cardinal picker. Direction is inferred every tick from how you’re actually moving (velocity + position delta), with a nearest-air-edge fallback when you’re slow or still.
  • Edge-stable direction — brief direction changes are debounced (requires stable ticks) to reduce flicker on corners or diagonal movement.
  • Side-face aim (not top) — when Aim is on, the camera smoothly tracks the vertical face of the block under you toward the gap (with a downward bias so hits land on the placeable face, not the top).
  • Sneak assist — hysteresis, minimum sneak hold, post-place hold, air grace, and air-abort safety so sneak timing is usable on real servers.
  • Two settings only — Safety (1–6) and Aim (full aim vs sneak-only).

Behavior

  • Hold S + right-click (place) with blocks in main hand while the module is on.
  • No packets / no interactionManager placement — placement is still vanilla (you hold use).
  • No auto-walk — you still move with S (back).

HUD

  • Display shows Aim vs Sneak mode, optional compass letter when direction is locked, and a placed block counter after placements.

Removed / simplified vs older versions

  • Removed standalone Dir / forced direction UI — replaced by automatic detection.
  • Removed older “mode soup” (multiple cam modes, pitch/yaw fine-tune clutter, etc.) in favor of the two-toggle design above.