
LostSous
LOSTSOUS is a visual client for Minecraft Forge 1.16.5: custom menu, nameplates over mobs/players, TargetHUD with ping display, and other PvP-oriented features for a smoother experience on HolyWorld. The mod is still in active development — regular upd
Tags
Creators
Details
2.2.0
Compatibility
Changes
v2.2.0 — Full menu redesign & new effects:
Menu
- Complete redesign: card-based layout (2 columns) instead of a plain list
- Custom icon for every feature
- Smooth hover animations (glow + grow effect) on every card
- Search bar to quickly filter features by name
- Background blur when the menu is open
- Quick-nav footer: Singleplayer, Multiplayer, Minecraft Settings, Discord
- Scrollable feature list — nothing gets cut off anymore
Visual
- New: Energy Ring — a rotating particle ring around you, fully customizable color
- Radar improvements: modern look with a range ring, real head icons for zombies/skeletons/creepers/wither skeletons, real player skin faces instead of plain dots
- New: Damage Numbers — floating numbers when you deal damage, works correctly on real multiplayer servers (not just singleplayer)
- Pearl Cooldown: smoother animation with a "ready" flash effect
HUD & Combat
- TargetHUD: bug fix — health no longer glitches/jumps during real 1v1 fights; armor status shown with real item icons again, more compact
- Armor Glow: standalone module showing armor durability above nearby players in the world
Fixes
- Fixed a target-tracking bug that could show another entity's health during chaotic fights
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:Pxhji0Aw:VvxNqCYS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pxhji0Aw:VvxNqCYS"
}
