Links
Tags
Creators
Details
All versions
1.3.0
Release
Apothic Tooltip Cleanup 1.3.0 - Forge 1.21.12 months ago 1,512
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
v1.3.0
Changes
- Kept the "When Socketed in:" header in compact gem mode.
- Preserved the original bonus colors in compact gem mode instead of the colors always being gold.
- Showed "When Socketed in:" inline on the ultra mode bonus bullet.
- Reduced the affix sort options to alphabetical and default.
- Added a warning log when the socket compactor cannot read Apotheosis internals.
Fixed
- Fixed cooldown and stacking markers not hiding on nested gem bonuses like bloody arrow, treasure goblin, fortification, and leech block.
- Fixed several bullet-handling features (marker hide, sort, top_n truncation) skipping affix lines that used the star prefix in Apotheosis 8.x.
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:vqdO8ENV:Q4amG5PI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vqdO8ENV:Q4amG5PI"
}


