All versions
1.1.0
Release
ChatFS 1.1.0last month 30
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Client and server
Changes
ChatFS v1.1.0 — Material Design 3, In-Game Image Editor & Hotkeys Update!
⚡ What's New in v1.1.0:
- Material Design 3 UI: The icons from the previous update have been replaced with new ones from the official Google Material icon pack.
- In-Game Image Editor: When selecting images through any method, you will now be prompted to edit them before sending (this step can be skipped). You have access to 2, 4, 8, and 14-pixel brushes, an eraser tool, multiple colors, and the ability to undo up to 10 previous actions.
- Clipboard: A new button has been added to import any type of data from the clipboard, which also automatically opens the editor for images.
- Enhanced Image Viewer: When receiving images in chat, a "View" button now appears. Clicking it opens a dedicated window where you can preview the image, open it in Windows Photos, reveal its folder, or edit it directly to forward to someone else.
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:xrXLxzhP:YZpqOWJB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xrXLxzhP:YZpqOWJB"
}

