1.0.1-1.21.11
Compatibility
Required content
Changes
Update Description Added new player hitbox line targeting options. Lines Targeting Speed Players can now control how fast the Lines Targeting Color animation updates. The default value is 1, which matches the normal update speed. Higher values make the color change faster, but values above 4 may cause performance issues on weaker systems. Feature Descriptions
Lines Targeting Over Shield When enabled, the targeting line color will override the shield line color while looking at a player who is blocking with a shield. Show Invisible With Armor Shows hitboxes for invisible players only when they are wearing at least one piece of armor. Invisible players without armor will stay hidden.
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:T96tmx2W:xuQ5i3bd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T96tmx2W:xuQ5i3bd"
}


