Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 months ago
All versions
2.1.1+fabric
Release
v2.1.1 (Fabric)4 months ago 104
Compatibility
Minecraft: Java Edition
26.1.2
1.21.11
1.21.9
1.21.5
1.21.1
1.20.6
1.20.4
1.20.1
1.19.4
1.19–1.19.2
1.18.2
1.17.1
1.16.5
1.16.1
1.15.2
1.14.4
Platform
Fabric
Supported environments
Client-side
Server-side
Changes
v2.1.1
Changes since v2.1.0
- Bug fixes and stability improvements
- Updated build tooling for all 51 JARs across Fabric, Forge, NeoForge, and Server platforms
- Full version coverage: MC 1.7.10 through 26.1.2
Supported Versions
- Fabric: 1.14.4 – 26.1.2 (18 JARs)
- Forge: 1.7.10 – 26.1.2 (22 JARs)
- NeoForge: 1.20.4 – 26.1.2 (7 JARs)
- Server (Spigot/Paper/BungeeCord/Velocity): Universal JARs
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| FlowChat-Fabric-j17-1.15.2-2.1.1.jar | Unknown | 73.38 KiB | |
| FlowChat-Fabric-j17-1.16.1-2.1.1.jar | Unknown | 73.38 KiB | |
| FlowChat-Fabric-j17-1.16.5-2.1.1.jar | Unknown | 73.38 KiB | |
| FlowChat-Fabric-j17-1.17.1-2.1.1.jar | Unknown | 73.95 KiB | |
| FlowChat-Fabric-j17-1.18.2-2.1.1.jar | Unknown | 74.78 KiB | |
| FlowChat-Fabric-j17-1.19-2.1.1.jar | Unknown | 74.77 KiB | |
| FlowChat-Fabric-j17-1.19.1-2.1.1.jar | Unknown | 74.79 KiB | |
| FlowChat-Fabric-j17-1.19.2-2.1.1.jar | Unknown | 74.79 KiB | |
| FlowChat-Fabric-j17-1.19.4-2.1.1.jar | Unknown | 75.73 KiB | |
| FlowChat-Fabric-j17-1.20.1-2.1.1.jar | Unknown | 75.73 KiB | |
| FlowChat-Fabric-j17-1.20.4-2.1.1.jar | Unknown | 75.73 KiB | |
| FlowChat-Fabric-j21-1.20.6-2.1.1.jar | Unknown | 75.73 KiB | |
| FlowChat-Fabric-j21-1.21.1-2.1.1.jar | Unknown | 75.72 KiB | |
| FlowChat-Fabric-j21-1.21.11-2.1.1.jar | Unknown | 75.76 KiB | |
| FlowChat-Fabric-j21-1.21.5-2.1.1.jar | Unknown | 75.8 KiB | |
| FlowChat-Fabric-j21-1.21.9-2.1.1.jar | Unknown | 75.77 KiB | |
| FlowChat-Fabric-j25-26.1.2-2.1.1.jar | Unknown | 75.74 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:Gt3d2pOM:6R0VKPG2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Gt3d2pOM:6R0VKPG2"
}

