All versions
1.2.0
Release
selvax Client 1.0.03 months ago 146
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
Selvax Client 🔥
A high-performance, visuals-only Fabric client mod for Minecraft 1.21.4.
Features
- 21 HUD Mods: FPS, Ping, CPS display, Reach visual, Coordinates, Armor, Potions, Keystrokes, Combo, Zoom, Fullbright, Nametags, Crosshair, Block Outline, Hitbox visual outline only, HurtCam, Toggle Sneak/Sprint, Time, Speed, Direction
- Custom Title Screen — Lunar-inspired animated design
- HUD Editor — Right Shift in-game, drag & drop mods, scroll to resize
- Client Settings — Raw Mouse, Borderless, Hotbar Scroll, Cape, Fog, Particles
- Performance Presets — Balanced / Performance / Max FPS slider
- Custom Cape — Visible in F5 mode, toggleable
Keybinds
| Key | Action |
|---|---|
| Right Shift | Open HUD Editor (in-game) |
| Z | Zoom (hold) |
Screenshot ✨




For support join official discord server ⛔ Discord
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:D404WXNA:xPPgNmID"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D404WXNA:xPPgNmID"
}

