
MineTogether
A Minecraft mod that enhances community and server features, such as global chat, chunk pre-generation, auto server join from protocol uri (via FTBApp), friends lists, private chats and many more features linked to the MineTogether platform.
Tags
Creators
Details
6.3.2
Compatibility
Required content
Changes
- Overhaul of image link preview rendering.
- Group chats return!
- Order form changes.
- Fix regression allowing sending empty messages.
- Fix issues with some context menu's not allowing clicks in dead space.
- Fix issues with appeal box accepting to few characters.
- Fix a potentially sporadic IndexOutOfBounds crash.
- Added keybindings for opening Chat/Friends/Settings.
- Added client-side-only command to open the MT settings.
- Improved automatic modpack detection.
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:Nu7Lnzkx:f7DhkT7l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nu7Lnzkx:f7DhkT7l"
}


