Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 5 months ago
Updated 3 weeks ago
All versions
1.4
Release
Plasmo Voice Voice Changer 1.43 months ago 1,334
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Plasmo Voice Changer 1.4
Minecraft 26.2 support
- Ported the mod to Minecraft 26.2.
- Updated Fabric Loader to 0.19.3.
- Updated Fabric API to 0.152.2+26.2.
- Updated Fabric Loom and Gradle setup for the 26.2 branch.
- Updated Plasmo Voice dependency to
fabric-26.2-2.1.10.
Voice changer improvements
- Added a Bit Crush effect slider for lo-fi / retro voice effects.
- Bit Crush is saved in custom presets and supports English, Russian, and Ukrainian translations.
- Improved pitch shifting range: the usable pitch range is now wider and slider dead zones were removed.
- Kid preset pitch now works fully instead of being silently clamped.
Studio / UI fixes
- Reset now returns the voice to a neutral profile with audible mix, so changing sliders after reset is heard immediately.
- Removed the extra reset chat message.
- Fixed untranslated Plasmo Voice hotkey entry:
pvvoicechanger.toggle.
Version
- Bumped mod version to
1.4.
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:LihUjdoS:7iXf4CIG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LihUjdoS:7iXf4CIG"
}


