Tags
Creators
Details
1.0.1
Compatibility
Required content
Changes
🧼 Clean Hitbox — v1.0.0 (First Release)
Welcome to the first public release of Clean Hitbox! This mod gives you full visual control over entity hitbox-related rendering with a clean, customizable configuration system.
✨ Features
👁️ Visual Toggles
- Toggle Entity Bounding Boxes
- Toggle Eye Height Indicators
- Toggle Look Direction Vectors
🎨 Custom Colors
Customize every visual element:
- Bounding Box Color
- Eye Height Color
- Look Vector Color
- Target Highlight Color
📏 Line Customization
- Adjustable line thickness slider
- Smooth rendering control from thin to bold visuals
⚙️ Configuration
- Fully integrated Mod Menu support
- Powered by YetAnotherConfigLib (YACL3)
- Real-time settings update
- No manual config editing required
🧩 Requirements
- Minecraft 1.21 (Fabric)
- Fabric Loader
- Mod Menu
- YetAnotherConfigLib (YACL3)
🚀 First Release Notes
This is the initial release of Clean Hitbox.
Expect future updates with:
- Performance improvements
- Additional rendering options
- More customization features
- Optimization for large servers and PvP use
🧼 Enjoy Clean Visuals!
Make your Minecraft visuals cleaner, clearer, and fully under your control.
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:Xp2NVXGZ:m0wLIjPJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xp2NVXGZ:m0wLIjPJ"
}

