Tags
Creators
Details
1.0.0
Compatibility
Changes
Client-side AI assistant for Minecraft 1.21 Fabric.
G1axAgenticAI integrates a language model with Minecraft through built-in game and system capabilities. It can inspect the current game state, access recipe data, analyze client performance, read configuration files, and optionally perform actions such as running commands when Trust Mode is enabled.
Features
- ReAct-based tool execution
- Live inventory and player information
- Recipe lookup and craftability checks
- Performance diagnostics
- Configuration management
- Log and crash analysis
- Optional command execution
- Groq and Gemini support
Capabilities
Game State
- Inventory
- Player information
- World information
- Nearby entities
- Targeted block
Crafting
- Recipe lookup
- Craftability analysis
System
- Performance information
- Installed mods
- Configuration files
- Log analysis
- Crash reports
Actions
- Run commands
- Send chat messages
Commands
/mcai <message>
/mcai config
/mcai toggle
/mcai reset
/mcai status
/mcai trust <on|off>
/mcai key <groq|gemini> <key>
/mcai provider <auto|groq|gemini>
/mcai analyze
/mcai optimize <low|medium|high>
/mcai list mods
/mcai list configs
/mcai about
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:aY3oFFEj:GXHIuPol"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aY3oFFEj:GXHIuPol"
}

