
Krylix
Krylix is a client-side kill feed and PvP tracking mod for Minecraft Forge. It shows every kill in real time with player and mob heads, weapon icons, and a health readout, tracks hostile-mob kills for your world, gives you a crosshair health indicator, and
Tags
Creators
Details
1.3.0-MC26.1.2-fabric
Compatibility
Changes
🎮 Krylix v1.3.0 for Minecraft 26.1 (NeoForge & Fabric)
✨ What's New:
-
Full Minecraft 26.1 & Java 25 Support:
- Native builds for NeoForge (26.1.2.95+) and Fabric (0.155.2+).
- Upgraded to Java 25 and modern rendering pipelines.
-
Authentic GUI Hearts for In-World Mob Health Indicator:
- Crosshair health nameplates now feature genuine Minecraft GUI heart textures rendered directly from the game's texture atlas (
hud/heart/full,half,container) alongside crispHP/MaxHPnumeric values. - Full-Bright Visibility: Health indicators are rendered unshaded (
FULL_BRIGHT), remaining 100% vibrant and clear even under dark tree canopies, inside caves, or at night. - Raised the health nameplate anchor cleanly (+0.35 blocks) above mob models to prevent overlapping horns, ears, and heads.
- Crosshair health nameplates now feature genuine Minecraft GUI heart textures rendered directly from the game's texture atlas (
-
Pixel-Perfect Mob Head Icons (36+ Mobs):
- Restored accurate mob face crops across all 36 supported mobs (Zoglin, Hoglin, Skeleton, Creeper, Spider, Enderman, Warden, Breeze, Bogged, Ghast, Witch, Iron Golem, and more) in the top-left Mob Stats HUD.
- Corrected resolution and UV mapping across all entity textures.
-
High-Definition Player Face Avatars:
- Switched player avatar rendering across the Leaderboard Screen, Kill Feed HUD, and Death Recap to Minecraft's native
PlayerFaceExtractor, ensuring proper scaling and outer 3D hat/hair layer support.
- Switched player avatar rendering across the Leaderboard Screen, Kill Feed HUD, and Death Recap to Minecraft's native
📥 Requirements:
- Minecraft: 26.1.x (26.1.2)
- Java: 25+
- Loader: NeoForge or Fabric (with Fabric API)
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:PZ6tXhCs:tpGP8pAD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PZ6tXhCs:tpGP8pAD"
}
