Links
Tags
Creators
Details
All versions
0.0.2
Release
DaylightChangerStruggle v0.0.2 for 1.21.6 - 1.21.8last year 1,979
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
A pretty minor update and mostly a port.
Additions
Narrator
- Will now account for tooltips: This works by reading the tooltips after the widget text
- Works similarly to how the Vanilla approach does them, but not in a clean way (to avoid caching tooltip descriptions if the user isn't using the Narrator to begin with)
- Widgets which the narrator shouldn't bother narrating will be skipped towards reading the tooltip description instead
Changes
Rainbow Shader
- Removed the Rainbow Shader and its functions in the meantime to help port the mod for future Minecraft versions
easily.
- As a result, this was replaced with a gradient-like rainbow look which uses a pretty similar style to the rest of the mod itself.
Tooltips
- Made them slightly readable by having the description of the tooltip be of gray color
- The title of the tooltip remains as-is
- Now responds to keyboard inputs, uses vanilla's tooltip approach
- If there is not enough space to show the tooltips on above of either a selected or hovered widget, they're now moved
below the widget
- So far, only the Back button is affected by this due to it being on top-left of the screen. Older versions showed the tooltip but was never visible due to its location.
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:faPfMwf9:UhjPXo7Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:faPfMwf9:UhjPXo7Y"
}
