Links
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 22 hours ago
All versions
2.0
Release
Lysten 2.05 months ago 21
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- Removed unused language keys
- Added tooltip for Color entries in the ingame config screen
- Added filteredFireLayer option to visuals
- Fixed filteredFireLayer not working for creative mode
- Added a toggle to hide fishing bobber sprite when near the camera
- Bumped minimum loader version from 0.15.10 to 0.17.3
- Added Survival Test hurt animation (well, inspired by it)
- Added Death Animation style "INVISIBLE"
- Armor tinting now uses vanilla tint when no custom hit color is set
- Refactored armor tinting code
- Added "Cleaner Debug Menu", that swaps the debug menu's background with text shadow
- Added "Playerless Subtitles", that filters out subtitles that are internally linked to players
- Added "Environment-less Subtitles, that filters out selected subtitles like rain/cave noise/nether noise
- Made subtitle overlay arrows true by defualt
- Refactored damage tint code
- Added "Show Cool String on Pause", which controls whether the cool string appears in the pause screen
- Fixed EditBoxes not saving the entire value
- Tuned down color strength in armor hit tint
- Removed "Rendering" category
- Reordered a lot of settings
- Added a display tooltip for String entries
- Color entries now remove opacity value if it's full opaque
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:bF8kG4t9:kbdGPw6u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bF8kG4t9:kbdGPw6u"
}

