Tags
Creators
Details
Fabric-1.19-v1.2.3
Compatibility
Required content
Changes
The Changelog:
[Release 1.19-v1.2.3]:
- Added Polish translation (thanks GerbilPL, #24);
- Added Russian translation (thanks sst4nk0, #25);
- Added German translation (thanks Doenerstyle, #34);
- Added French translation (thanks Mrredstone5230, #29).
[Release 1.19-v1.2.2]:
- Added Simplified Chinese translation (thanks CJYKK, #21);
- This and all further releases for Fabric will be marked Quilt-compatible.
[Release 1.19-v1.2.1]:
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (thanks ToxicAven, #7);
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
[Release 1.19-v1.2.0]:
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (thanks JFronny, #1);
- Minor optimizations (once again thanks JFronny).
[Release 1.19-v1.1.0]:
- Public keys are now prevented from being sent to server;
- Client no longer requires mod to be present on server by default;
- Implemented suppression of built-in telemetry.
[Release 1.19-v1.0.0]:
- Initial release.
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:qQyHxfxd:SDIvxcje"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qQyHxfxd:SDIvxcje"
}
