Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 8 months ago
Updated last month

Saro's AI Chat Mod integrates a fully functional AI chat system into Minecraft, powered by Google Gemini. This mod allows players to interact with an intelligent agent that responds contextually, understands in-game data, and (optionally) executes commands depending on your configuration.

-
AI Chat Integration ๐ค
- Chat with an AI powered by the Google Gemini API.
-
Context Awareness ๐
- The AI receives Minecraft data such as player location, biome, weather, and time to craft intelligent replies.
-
Conversation Memory ๐ฌ
- The AI remembers previous messages for fluid conversation. Reset with
!clear.
- The AI remembers previous messages for fluid conversation. Reset with
-
Markdown Formatting ๐
- Supports bold, italic,
code, and# Headingsin chat messages.
- Supports bold, italic,
-
Optional AI Cheats (Configurable) ๐งช
-
When enabled in config, the AI can:
- Give/remove items (even unobtainable ones)
- Clear inventories or kill players
- Apply effects, change weather/time, and run any command
- Otherwise, it explains why actions are restricted
-
-
Configuration System โ๏ธ
- Easy-to-edit config (
sarosaichatmod-common.toml) to manage API key, toggles, and features.
- Easy-to-edit config (
-
API Key Check ๐
- Validates Google Gemini API key on game start.
- You can currently get a free API key at Google AI Studio.

Soon
Currently Supported โ
- Forge 1.20.1
Configuration Example
# Gemini AI Chat Mod Configuration
[api]
# Your Google Gemini API Key
geminiApiKey = "YOUR_GEMINI_API_KEY_HERE"
[chat]
# If enabled, the AI will respond to chat messages
respondToTextMessages = true
[features]
# If enabled, the AI can perform gameโchanging actions:
# - Give any item to the player (including dragon heads, command blocks, etc.)
# - Remove items from the player's inventory
# - Clear the player's entire inventory
# - Kill the player
# - Apply status effects
# - Change weather and time
# - Execute any Minecraft command
# When disabled, the AI will explain why these features aren't available.
enableCheatAI = false
For support, feedback, or suggestions, join my Discord community and follow the modโs development!




