Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last month
All versions
fabric-1.21.4-2.1.4
Release
[Fabric 1.21.4] Plasmo Voice 2.1.4last year 49.2K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changes in 2.1.4
- Major changes to rendering to support 1.21.5. If you encounter any issues, please report them on Discord: https://discord.gg/uueEqzwCJJ.
- Added scrollbar for dropdown widget.
- Fixed
java.lang.NoSuchMethodError: net.minecraft.util.ResourceLocation.func_217855_b(Ljava/lang/String;)Zon 1.16.5 forge. - Fixed issue where voice distance visualization was not fading away with high fps.
- Fixed entity source icon not being rendered on players.
- Fixed broken render of distance visualization and static source icons on <1.18.
- Fixed warning "Reference map '...' for 'slib.mixins.json' could not be read" on forgelike >=1.21.
- Fixed performance issues in mod's GUI due to constant reflection Vulkan check.
- Fixed an NPE when opening mod's menu with Polytone installed #454.
- Fixed crowdin download task blocking language resolution, causing languages not to load.
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:1bZhdhsH:Ju6WYjI8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1bZhdhsH:Ju6WYjI8"
}

