Links
Tags
Creators
Details
1.2.3
Compatibility
Required content
Changes
Subtitles along the top of the screen
The bottom of the screen is where a subtitle belongs and also where everything else already is: the hotbar, the health and hunger rows, the chat, the experience bar, and whatever the server draws down there on top of all that. On a busy interface the feed had nowhere left to sit.
There is now a setting for which edge it hangs from, under Layout:
| Edge of the screen | bottom, as before, or top |
| Depth below the top | how far down from the top edge the feed sits, when it hangs from the top. Its own distance, because the bottom has a hotbar to clear and the top has nothing |
Read top to bottom the order is the same either way round: oldest first, newest nearest the middle of the screen. Along the top the feed leaves the chat allowance alone, since the chat box is nowhere near it, and cinema mode clears the top matte the way it already cleared the bottom one.
Nothing else has changed. Both jars are as they were: the ordinary one fetches the engine and the model when it first needs them, the full one already has them inside.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| voice-subtitles-1.2.3-full.jar | Unknown | 169.08 MiB |
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:hjH3DTWZ:OOi5V5Zi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hjH3DTWZ:OOi5V5Zi"
}

