1.0.0
Compatibility
Changes
Initial release of TECHNIS – a voice-activated AI assistant for Minecraft 1.21.4.
Added:
Groq API integration (chat completions) – 12 AI models with automatic switching on rate limits Speech recognition via Groq Whisper (Polish/English) Text-to-speech via Windows SAPI (Polish Microsoft Paulina voice) Animated orb HUD – pulses while listening and speaking Tony Stark style info panel (InfoPanel) – AI-controlled, supports text, items, player skins, schematics Text console (U key) – chat with TECHNIS without TTS Loading screen with progress bar and system list Game context collection: health, hunger, XP, position, dimension, biome, time/weather, effects, velocity, light level Inventory overview, held item, armor, offhand Nearby player, hostile mob, and animal detection (configurable scan radius) Chat and sidebar/scoreboard reading Proactive alerts: low health, hunger, damage, threats (with cooldown) Web fetch – TECHNIS can download server pages via [FETCH:url] tag Minecraft Wiki search (MediaWiki API) Modrinth search API In-game config screen (K key) – 3 tabs, sliders, toggles, voice test First-run setup wizard Mute toggle (M key) Barge-in – interrupt TECHNIS when you speak Server notes and automatic server question handling Multi-model support with automatic saving of working model to config
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:l0YlXvjw:CBhvyLwm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l0YlXvjw:CBhvyLwm"
}

