Tags
Creators
Details
All versions
2.4.0
Release
[1.12.2] Enhanced Subtitles v2.4.0last year 156
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Changes
NOTE: Remember to delete your config file (if it was present before) to avoid errors
- Removed "Clear Buttons" button from the subtitle config GUI (also any mentions or config options about it), now when you click and hold anywhere in the config GUI (except the buttons), the buttons will clear until you release your mouse.
- Mod name and description changed, name of the mod now being "Enhanced Subtitles" ("EnhancedSubtitles.cfg" is the new name for the configuration file now, mind you). Modid/internal name is still "les".
- Fixed GUI color scheme (yellow tint = default value, white tint = changed value -- this is for the buttons/sliders in the GUI)
- Removed obsolete "Index" config value (propIndex), the config GUI handles it internally now
- Added new buttons/sliders to the config GUI: Advanced Options, Background and Font Colors (inside Advanced Options), and Lock Position
- Removed debug logging
- Fixed a translation typo
- Code wise, fixed manifest attributes and removed useless classes
- Upgraded gradle to 8.12
Full Changelog: https://github.com/Levviata/LevviatasEnhancedSubtitles/compare/v2.3.0...v2.4.0
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:KGBQjHIu:maAly3Ba"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KGBQjHIu:maAly3Ba"
}

