Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
0.1.0+26.1.2-fabric
Release
converse 0.1.0+26.1.2-fabric3 months ago 45
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
[0.1.0] - 2026-06-11
Chores
- add mod branding assets - (b4cdefb) - Lívia
- move chat visibility mixin to
chatVisibilitysubpackage - (1251003) - Lívia - add brazilian portuguese translation - (119f9c0) - Lívia
- add argentine spanish translation - (e44db7f) - Lívia
- add missing mod description - (49eb67d) - Lívia
- relicense - (79a0a83) - Lívia
Documentation
Features
- initial platform abstraction - (112a914) - Lívia
- implement yacl config system and add translation keys - (6f92746) - Lívia
- add loader-agnostic hotkey API and toggle chat hotkey - (ad73c99) - Lívia
- implement chat toggling keybind - (64eb932) - Lívia
- add
onUpdatecallback to hotkey API - (753515a) - Lívia - implement chat toggle notifications - (710c325) - Lívia
- add 'show chat while typing' option - (acff83b) - Lívia
- smart chat width feature - (92802eb) - Lívia
- remove message indicator option - (afc2887) - Lívia
- chat animation framework and related config options - (b0a7300) - Lívia
- chat and text field slide-in animations - (aa230b8) - Lívia
Fixes
- config descriptions and
notifybinding - (e3a46c8) - Lívia
Other
- initial commit - (3fb33ab) - Lívia
Contributors
- Lívia
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:dcOdWfQK:11TMOxi1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dcOdWfQK:11TMOxi1"
}

