Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
All versions
1.3
Release
YungTwitchTTS 1.32 months ago 102
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
YungTwitchTTS 1.3 — First Stable Release
✨ Key Features:
- 🐔 Interactive TTS Chickens — spawn for every Twitch chat message
- 🎙️ Voice TTS — messages read aloud with multiple voices (aidan, baya, kseniya, xenia, eugene)
- ⚔️ Combat System — chickens attack hostile mobs and defend the player
- 📈 Leveling System — 1 message = 1 level (max 50)
- 🎁 Epic Drops — from iron to Elytra and Totems of Undying
💰 Economy:
- 🪙 Streamer Coin (5% mob drop) → +5 levels
- 👑 Streamer Crown (1% mob drop) → +10 levels + full stats
- 🍇 Twitch Berry — full hunger & affection restore
📺 Chat Commands:
!feed— feed all chickens!pet— pet all chickens!drop— epic item drop!levitate,!speed,!hit,!effectand more- CHAOS Mode:
!void,!meteor,!wither,!tnt_rainand more
⚙️ Configuration:
- Flexible settings via Mod Menu
- Channel name, chicken lifespan, max count, voice rotation
Made with ❤️ for Twitch streamers!
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:SoTkJbyq:GKDBBoXu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SoTkJbyq:GKDBBoXu"
}

