2.1.2
Compatibility
Required content
Changes
Attract to Chat 2.1.2 for Minecraft 1.19.2 — per-player investigation particles and conflict-free Walkie-Chat coexistence.
- Investigation particles are now a personal choice: the old server-wide switch is gone and each player opts in with
/atc client particles enable|disable. Nobody sees particles until they ask. Existing configs migrate automatically. - Walkie-Chat runs side by side without conflicts: chat spoken through a handheld walkie is routed by Walkie-Chat and never double-processed, while normal chat keeps attracting mobs. The full walkie talkie integration is exclusive to Minecraft 1.20.1.
/atc statusreports the Walkie-Chat state when the mod is present;/atc walkiechat on|offtoggles the coexistence guard.- Forge: chat handling now listens at the lowest priority and receives canceled events, so attraction keeps working when other mods re-implement chat delivery.
- Internal, future-proof: an attraction dedupe guard ensures a message relayed through multiple paths attracts mobs only once — world reloads never leave it stuck and different messages are never swallowed.
Fabric requires Fabric API 0.76.0 or newer. Java 17 is required. Client installation is optional.
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:o7LRRWJo:wJcZIkHs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o7LRRWJo:wJcZIkHs"
}

