File Details
MineColonies Talking Citizens 1.7.0-alpha.1 Neoforge 1.21.1
- B
- Jun 4, 2026
- 375.81 KB
- 18
- 1.21.1
- NeoForge
File Name
mc_talking-1.7.0-alpha.1-neoforge+1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
# 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 `EntityDataProvider` capability for storing entity-specific data. - Deprecated `ModAttachmentTypes` in favor of capability system. - Added event handling for capability attachment and persistence. ## [1.1.3] - Previous version - See commit history for previous changes.