Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
SmartCrosshair v2.0.0 Changelog
Major Update – Version 2 Released
-
Added Distance-Based Color System
- Very Close: Dark maroon/red
- Close: Bright classic red
- Far: Faded, lighter red
- Smooth dynamic tinting based on entity distance.
-
Improved Entity Detection
- Crosshair now reacts to all entities (players, mobs, passive animals, armor stands, etc.).
- More consistent detection in both singleplayer and multiplayer.
-
Perspective Support Enhanced
- Fully functional in first-person and third-person views.
-
Resource Pack Compatibility Improved
- No texture overrides.
- Works seamlessly with custom crosshair resource packs.
-
Added Toggle Keybind
- Instantly enable or disable SmartCrosshair anytime in-game.
-
Performance Optimizations
- Cleaner rendering logic.
- Reduced unnecessary checks.
- Lightweight and PvP-ready.
-
Update Notification System
- Players now receive alerts when a new version is available.
-
Internal Code Cleanup
- Improved stability.
- Refactored rendering logic.
- Better compatibility with Minecraft 1.21 Fabric.
Thank you for supporting SmartCrosshair v2! Created by _Pheonix
Optional dependencies
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:lgjvgg8R:UxW148iD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lgjvgg8R:UxW148iD"
}

