Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
v1.11.3
Release
Voices of Wynn (fabric) v1.11.311 months ago 82.1K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
1.11.3 (2025-08-27)
New Features
- Added missing Tasim lines for multiple quests (68c7c77)
Bug Fixes
- Arachnids Ascent: fixed one line from Aledar not playing (45fee9b)
- Canyon Conder: fixed one linefrom Jankan not playing (1c4b4d2)
- Dark Descent: fixed one of the Scouts lines not playing (f7c2fd2)
- Maltic's Well: Fix Rynend's last line not playing (f4b4a58)
- Maltic's Well: fixed one not playing line from the Witch and cut up audio in the cutscene (552c7de)
- redownload audio file if it gets corrupted. (b6a2586)
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:Hn8Ot3qH:UmfVASvx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hn8Ot3qH:UmfVASvx"
}


