Tags
Creators
Details
All versions
2.4.0
Release
The Rettington Companion 2.4.02 days ago 31
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
✨ Features
- Chat Peek - Quick preview of chat messages without opening them
- Nametag Display - Option to show your own nametag
- Full Potion Effects - Option to display all potion effects (including hidden ones)
- Persistent Chat History - Chat history is now retained even after closing the game
- Chat Tabs - New tabs to filter chat messages
🎨 Improvements
- Dynamic Heart Widget - Heart color is now more dynamic
- Text Shadows for Widgets - Widgets can now be displayed with text shadows
- Pattern Input Simplification - Simplified pattern input for filtered and hidden messages
🐛 Bug Fixes
- Widget Disabled State - Fixed widgets incorrectly marked as disabled
- Visual Guides - Added missing visual guides in the widget position screen
- Advanced Chat Compatibility - Fixed incompatibility with other mods
- Translation Issues - Fixed incorrect translations
Optional dependencies
Unavailable version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| the-rettington-companion-2.4.0-sources.jar | Source jar | 107 KiB |
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:mIz55oU8:tolgYNu1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mIz55oU8:tolgYNu1"
}

