
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
2.2.1
Compatibility
Required content
Changes
Fixed personal details screen not allowing uppercase letters.
Fixed multiple clients' issues when attempting to connect to MineTogether Chat.
Fixed notifications from in-game chat not displaying when MineTogether Chat is open.
Fixed group chat notifications.
Fixed issue with timestamps causing text to jump around.
Fixed a crash with re-auth causing the GUI to be refreshed before chat started.
Fixed a load of console spam when requesting Modpacks.
Updated Modpack selection screen to use unique packs.
Added config to disable friend online toasts.
Added Modpack logos to the Modpack selection screen.
Added search bar to friends GUI.
1.7.10 built with Forge 10.13.4.1614
1.10.2 built with Forge 12.18.3.2281
1.12.2 built with Forge 14.23.5.2768
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:eCXwR20V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nu7Lnzkx:eCXwR20V"
}

