Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
v1.10.7
Release
Voices of Wynn (fabric) v1.10.7last year 61.8K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
1.10.7 (2025-04-27)
New Features
- Added 144 lines related to the Qira Hive, including many from the Qira and Gale battles, as well as numerous lines form NPCs across the world that mention the Qira Hive. (bd68923)
- Added a debug setting to change the Path of where the audio is fetched from (f3160a5)
- Added Aledar lines for Kings Recruit (4fbfc52)
- Added Alekin Village citizens (3fb6226)
- Added Almuj citizens (93a5fba)
- Added Corrupted Village citizens (9308459)
- Added Detlas citizens (7458db1)
- Added Iboju Village citizens (adc4c55)
- Added lines for the juggler (4bf8d51)
- Added Lusuco citizens (a0c5fd3)
- Added Maltic citizens (8595e03)
- Added Mesa citizens and Lift mechanic (0297880)
- Added missing lines from the tutorial (a8c6536)
- Added Nemract citizens (757f962)
- Added Nesaak citizens and Sauna Enjoyer (d021fb2)
- Added new "A Sandy Scandal" quest (0cd5fc3)
- Added new Cook Assistant quest (d71e85a)
- Added new Fate of the fallen Telvu (2029ba5)
- Added new Kings Recruit (Still missing new Aledar voice acting) (4c65f7b)
- Added new lines from Private Cob in arachnids ascent (87a7135)
- Added new wrath of the mummy (a276ff2)
- Added Ravine Village villager (da1b502)
- Added the new "The Mercenary" quest (fdf6084)
- Added Troms citizens (ae8872b)
- Implemented new tunnel trouble lines from miner linton (770c488)
Bug Fixes
- Changed to using http for audio streaming to possible decrease delay (cd1c66a)
- Changed update notification message to not include any info about the installer (4debd86)
- Fixed 4 not playing lines in "The Mercenary" and fixed Lintons lines being offset by one (e267d55)
- Fixed a few lines not playing in a Sandy Scandal (2616a66)
- Fixed two lines playing wrong audio and 3 lines not playing in Kings Recruit (c230008)
- Re-fetch the sounds.json file in case it was deleted. (8d2ab49)
- Removed old unused Ragon voice acting from old Elemental Exercise (943d372)
Miscellaneous Chores
- Added a file checker script to make sure all files are correctly present and registered (6337944)
- Synced bundled JSON (22eb07e)
Code Refactoring
- Refactored AudioPlayer to use HttpRequest and send the players a message about enable download sounds if their playback keeps on failing (1fe7ad7)
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:khmPRuYl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hn8Ot3qH:khmPRuYl"
}


