Links
Tags
Creators
Details
1.4
Compatibility
Changes
Fixed a bug where the “About” tab inside settings didn't show the full description
Fixed a bug where SharpnessParticles didn't always show even when enabled through the Particles module
Changes how Sharpness particles are rendered and added a “Spread” slider to allow particles to look more natrual
Fixed PlayerNameHider so it always hides usernames both in tab and in chat
Renamed VisualLeatherArmor to ArmorCustomizer to better fit its use
Removed bloat files and un-used textures
Added Banners to the ArmorCustomizer to allow banners above the player head (like a pillager)
Added an “Off” mode for armor pieces inside ArmorCustomizer to allow default armor to show through
Added “ActionLog” which allows the user to log main actions taken by the player to a tick counter.
Added “LovingAngel” and “DraconicGreen” to the CustomCape modes
Added Descriptions to all modules
Added custom background color for “UniversalNameTags”
Added “Ping” module in HUD category to allow ping tracking.
(This module contains a “Hypixel” mode which allows you to view ping on Hypixel properly)
Made “UniversalNameTags” background show through walls with slight opacity like vanilla.
Made FullBright work by changing the game base instead of turning up brightness
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:KHSUzLxJ:WbXT7U0v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KHSUzLxJ:WbXT7U0v"
}

