All versions
1.4.3-neoforge+1.21.1-SNAPSHOT
Release
MineColonies Talking Citizens 1.4.3-SNAPSHOT Neoforge 1.21.12 months ago 14
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
All notable changes to this project will be documented in this file.
[1.3.4] - 2026-02-15
- Fixed compatibility with the newest minecolonies version
[1.3.3] - 2025-12-15
- Fixed compatibility with the newest minecolonies version
[1.3.1] - 2025-06-25
- Directly send a chat message if an error occurs (can be disabled in the config)
- Add notice for Flash2.5 supporting only one concurrent voice chat connection on free tier
[1.3.0] - 2025-06-24
- Migrate Websocket to GeminiLiveLibrary mod for more modularity
[1.2.2] - 2025-06-22
Fixed
- Issue that caused crashing when loading into the world
- Lengthen the silence duration that is being sent
- Fix concurrent modification of the voice stream
- Add instruction to system prompt (no markdown anymore)
- Fixed AI Model not outputting text correctly
- Removed the text and audio functionality, it doesn't work properly with the API
[1.2.1] - 2025-06-20
Added
- Added crafting recipe for talking device in 1.20.1
- Added Mixin support for better integration with Minecraft
- Added PowerShell helper scripts for easier development workflow
Fixed
- Fixed silence bug in voice chat integration
- Fixed nameplate rendering issues
- Fixed image links in documentation
Changed
- Migrated codebase to Forge for 1.20.1
- Removed dedicated tracking manager class in favor of better architecture
- Updated server run directory for improved development experience
- Adjusted recipe format for better compatibility
Technical
- Added MineColonies dependencies
- Disabled remapping for MineColonies mixins to prevent conflicts
- Updated build configurations
[1.1.4] - 2025-06-17
Changed
- Migrated from using Forge's data components to NBT-based capability system for storing persistent data.
- Improved data persistence across game sessions and server restarts.
Technical
- Added
EntityDataProvidercapability for storing entity-specific data. - Deprecated
ModAttachmentTypesin favor of capability system. - Added event handling for capability attachment and persistence.
[1.1.3] - Previous version
- See commit history for previous changes.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mc_talking-1.4.3-neoforge+1.21.1-SNAPSHOT-sources.jar | Unknown | 81.83 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:QJvWFsra:KpkYbQZ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QJvWFsra:KpkYbQZ8"
}

