Links
Tags
Creators
Details
0.2.2+1.21.8
Compatibility
Required content
Changes
Chat Remastered — Changelog v0.2.2
This is the latest release build. Version 0.2.2 introduces block rendering in chat, an extended block alias system, and support for Minecraft 26.1.x. It also fixes crashes affecting Minecraft 1.21.8 and 1.21.10.
What's new in 0.2.2
- Block rendering: Added the ability to render Minecraft blocks directly in chat messages.
- Look-at block message: Added the
<block>syntax, which displays the block the player is currently looking at. - Extended block alias: Added support for the advanced syntax:
<chat_remastered:block:namespace:path{nbt}>your textThis allows a specific block, optional NBT data, and custom display text to be embedded into a chat message. - Minecraft 26.1.x support: Added support for the new 26.1.x Minecraft version series.
Fixes & improvements
- Fixed crashes on Minecraft 1.21.10.
- Fixed crashes on Minecraft 1.21.8.
- Improved cross-version compatibility of the chat rendering system.
Supported versions
- Minecraft 1.21.8
- Minecraft 1.21.10
- Minecraft 1.21.11
- Minecraft 26.1.x
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:9J1Dj16r:afJYjT8q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9J1Dj16r:afJYjT8q"
}


