Talking Colonists (Minecolonies Addon)

This mod uses the Gemini Flash 3 Live API to enable talking to the citizens. They talk about their happiness, job, whatever you like!

File Details

mc_talking-1.4.3-forge+1.20.1-SNAPSHOT-sources.jar

  • R
  • Apr 27, 2026
  • 81.86 KB
  • 0
  • 1.20.1
  • Forge

File Name

mc_talking-1.4.3-forge+1.20.1-SNAPSHOT-sources.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:talking-colonists-minecolonies-addon-1269918:8002486")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.