Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
v1.10.6
Release
Voices of Wynn (fabric) v1.10.6last year 6,468
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
1.10.6 (2025-03-06)
New Features
- Added new Corrupted Betrayal (8cdaa16)
- Added new Grave Digger quest (521daeb)
- Added new undergrowth ruins dialogue (7e414b6)
- Allow lines to be registered with no sound line. This will not play anything or cause errors but lead to no line report being made. (6721029)
Bug Fixes
- Added missing kingdom of sand lines from bandit1 and bandit2 (24b2fd3)
- Change sounds.json to being fetched from azure instead of git and fixed an error that can happen on first start if config was not present. (45cee19)
- Fixed 16 not working lines in kingdom of sand (ad3c1dc)
- Fixed a bunch of not playing lines over many quests (a663490)
- Fixed a few Talking mushroom lines that where not playing (1bd8aee)
- Fixed a line not playing in redbeards booty (32d8833)
- Fixed not playing lines in Elemental Exercise, Maltic's well, Grave Digger, Pit of the dead and taking the tower (c4518e9)
- Fixed some lines not playing from the Alchemist Recover the Past (efbd094)
- Fixed some lines not playing in Green Gloop and added info about some combined lines for Ice barrows (a0c535a)
- Fixed some lines not playing in stable story (b12318b)
- Fixed some lines not playing in wrath of the mummy (5bd4e2e)
Miscellaneous Chores
- Added different sounds.json which is used for the version on azure. Contains ALL seaskipper lines we are aware of. (c1823c3)
- Correctly added all new sound info to the sounds.json that goes on azure (ca7186d)
- Moved the sounds.json file into the sounds folder (d2cdbdd)
- Removed some accidental added stopSounds lines with no file which where added to the normal sounds.json and not the new one (ba4bc45)
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:lNVWyPcO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hn8Ot3qH:lNVWyPcO"
}

