Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated yesterday
All versions
0.2.0
Release
Chat Remastered 0.2.0last week 6
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
š Changelog
0.2.0
⨠New
- Item & Entity Rendering ā render items, entities, mobs, and other players directly in chat via rich chat tags.
- Multi-photo Sharing ā send up to 15 photos in a single message.
- Screenshots Panel ā dedicated button in the chat input to quickly browse and send local screenshots.
- Animated Chat Cards ā message and media cards now animate in when they appear and animate out (fall/shatter) when removed or deleted, instead of instantly popping in/out.
š Fixes
- Fixed photos occasionally getting corrupted ("bit-rotted") during send and never arriving on the receiving end.
- Rewrote the server-side networking/logic layer for media handling to improve reliability of uploads and deletions.
š§ Changed
- Removed the Kotlin for Fabric dependency entirely.
- Added Cloth Config API as a dependency, used for the in-game settings menu.
- Server config cleaned up: removed unused
autoDownloadoption, addedmaxPhotosPerMessageandmutedMessage.
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:1aQO9rxx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9J1Dj16r:1aQO9rxx"
}


