Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
forge-1.18-1.2.10-alpha
Alpha
[Forge 1.18] Plasmo Voice 1.2.104 years ago 1,117
Compatibility
Minecraft: Java Edition
1.18–1.18.1
Platform
Forge
Supported environments
Client and server
Changes
- Added 5ms sleep in recorder thread if samples is null ("[Bug] abnormal cpu temperature while using voice chat" #164)
- Open device/ctx only after connecting to server with voice chat installed (probably "[Bug] Sometimes sounds quiet" #156)
- Now recorder thread starting after receiving config (probably "No input sound" #148)
- Fixed "Cannot bind functionalities to tab because pressing tab will cycle buttons" #154
- Fixed "Minecraft crashes when there are no output devices" #149
- Fixed "Exiting fullscreen or changing window size takes you back to the "General" tab" #155
- Fixed "Microphone testing doesn't work properly when microphone is muted" #166
- Changed curseforge to modrinth in about tab
- Spanish translation by @luni3359 (#147)
- Spanish translation by @NullD4201 (#153)
Alpha 1
- Fixed device changing
- Fixed microphone changing (#170)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| plasmovoice-forge-1.18.1-1.2.10-alpha.jar | Unknown | 4.6 MiB |
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:NOCHzkjx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1bZhdhsH:NOCHzkjx"
}

