Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
Chat Patches
8.0-alpha.2+1.21.8-fabric
Alpha
8.0-alpha.2 for 1.21.8 Fabriclast year 3,269
Compatibility
Minecraft: Java Edition
1.21.7–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Chat Patches 8.0-alpha.2 for Minecraft 1.20.1-1.21.8 on Fabric, Quilt
Since alpha.1:
Since x.6.16:
- Completely refactored the mod using Stonecutter and Modstitch! (#137)
- Replaced the copy menu with the Context Menu! New features include a toggle, main buttons copying their first sub-button, and new parts to copy! (#128, #129, #166, #168, #185)
- Renamed many config options; for now you will need to manually rename these options:
counterCompact=>compactChatcounterCompactDistance=>compactDistanceshiftChat=>chatShiftchatName=>namechatNameFormat=>nameFormatchatNameColor=>nameColorcontextColor=>contextOutlineColorhideSearchButton=>search(invert old value)timeSystemMessages(#162)formatting=> (removed: broken and unused)
- The config file will now only save non-default options
- All I/O events except for config loading are now run on dedicated threads (#227)
- Fatal chat log errors will now try to dump saved data to the log
- Fixed team names and related components not formatting
- Error toasts will now show when the chat log breaks, ensuring quicker fixes
- and SO much more!
Optional dependencies
Any compatible version
Any compatible version
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:MOqt4Z5n:hPqE3W8Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:hPqE3W8Q"
}

