Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
v1.14.0
Release
Voices of Wynn (fabric) v1.14.04 months ago 73.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
1.14.0 (2026-04-04)
New Features
- Add a configurable setting to decide how many characters we should try matching to detect the dialogue early (c18e047)
- add a configurable setting to decide if we should try matching the dialogue early (1822390)
- If a wrong audio starts playing, stop it when we detect it was wrong. (2d883e5)
- play dialogues early (0240f49)
- replace player name correctly in new dialogue system (3585fa6)
Bug Fixes
- Fix Debug sounds.json working with a remote sounds file (2813bee)
- Fix lines that have no NPC name not playing (f92c40b)
- Set default minimum characters to 15 (698700d)
Miscellaneous Chores
- Update developer cloth config and mod menu version (5a9f76b)
Code Refactoring
- remove old line parsing that was needed for before fruma (e0f7bc1)
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:hQ0a6tk1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hn8Ot3qH:hQ0a6tk1"
}

