Links
Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 6 months ago
All versions
1.19.3-0.2.2
Release
1.19.3-0.2.2-forge3 years ago 247
Compatibility
Minecraft: Java Edition
1.20–1.20.2
1.19.3–1.19.4
Platform
Forge
Supported environments
Client-side
Changes
Supports up to 1.20.2 (Forge), 1.20.1 (NeoForge)
- Fix cached translatable text that makes chat HUD inconsistent
- Add support for
/msgand its alias
Features from 1.19.2
- Add debug message logging configuration
- Improve translatable text handling in forge
SHA256 Fingerprint: 8F:25:9B:45:66:CD:BC:53:6A:52:5B:79:FC:AA:35:2E:73:65:65:31:A2:38:2D:EF:3F:F6:D9:25:47:2C:81:FE
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:QSFEqmU6:YqAqLImT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QSFEqmU6:YqAqLImT"
}

