Links
Tags
Creators
Details
1.1.2
Compatibility
Required content
Changes
The heading now takes all the room there is
1.1.1 pinned the wrapped heading to the top edge so no row could be drawn off it. That kept the words on screen and paid for it in words: a die sitting high up left space for a single row, the rest of the sentence became an ellipsis, and the gap between the words and the die sat empty while it happened.
The block now comes down towards the die when the top edge is what it ran into, as far as the die itself. That is some four more rows, and they read perfectly well over it – the words carry their own dark halo and a die is a flat pale shape behind them. The ordinary gap above the die is still where the heading sits; coming down is only what happens when the alternative is losing the text.
Whatever the space cannot hold even then is still cut with an ellipsis. If your die sits near the top of the screen and you want more of a long line, raise Rows of words or narrow Width of the words – narrower rows mean more of them fit.
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:VBoDXHjC:zGi85Grq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VBoDXHjC:zGi85Grq"
}

