Saro's AI Chat - Artificial Intelligence in Minecraft
[Brief description of the mod with AI technology integration into Minecraft gameplay]

Main Features
-
Smart Chat with AI 🤖 - Interact with an advanced assistant powered by Google Gemini technology
-
Contextual Understanding 🌍 - System analyzes current game situation: character location, biome, weather, and time of day to generate intelligent responses
-
Conversation Memory 💬 - AI remembers previous messages for natural conversation. Clear history using
!clearcommand -
Advanced Formatting 📝 - Support for various text styles: bold, italic,
code, #headings and other markdown elements -
Extended Capabilities (Customizable) 🧪 - When enabled in configuration, system can perform various in-game actions:
- Give and remove items (including unobtainable by default)
- Clear inventories or manage player states
- Apply effects, change weather conditions and time
- Execute any Minecraft commands If disabled - AI will explain limitations
-
Flexible Configuration ⚙️ - Simple setup via
sarosaichatmod-common.tomlfile to manage API key and functionality -
Secure Connection 🔐 - Google Gemini API key validation during game launch. Currently free key available at Google AI Studio

Supported Versions ✅
- 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, AI will respond to text messages
respondToTextMessages = true
[features]
# If enabled, AI can perform game actions:
# - Give any item to player
# - Remove items from inventory
# - Clear entire inventory
# - Manage player states
# - Apply status effects
# - Change weather and time
# - Execute Minecraft commands
# If disabled - system will explain limitations.
enableCheatAI = false