Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
1.1.0
Release
1.1.04 years ago 1,043
Compatibility
Minecraft: Java Edition
1.19.3
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- Updated to 1.19.3
New settings
- Overwrite vanilla wrapping - stops tooltips from wrapping themselves to 170px in guis and instead wraps using AT.
- YACL-style tooltip position - use positioning from YetAnotherConfigLib for button widgets
- Remove first line padding - removes the extra 2px given to the first line's height
- Prevent vanilla clamping - starting 1.19.3, vanilla prevents overflowing tooltips to the left by overflowing to the right, this prevents that as it conflicts with certain positioning tweaks present in AT
- Only reposition hover tooltip - starting 1.19.3, there are multiple positioners present other than the normal hovering one, AT tweaks are only designed for hover tooltips, so disabling this may cause unexpected behaviour
Wrapping Changes
- Only allow Remaining width wrapping open with hover positioners
New methods
- Half screen width - wraps tooltips with the maximum line width of half the screen width
- Smart - Wraps lines that are considerably longer than the others, with a hard limit of 3/4 of the screen width.
Misc
- Rewrote internal positioning management to be more modular
- Add wrapping hooks for more tooltip rendering functions
- Give a description to each of the wrapping options in the GUI
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:wFv8yCxM:XkETuyy7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wFv8yCxM:XkETuyy7"
}


