Tags
Creators
Details
Licensed LGPL-3.0-only
Published 9 months ago
Updated 9 months ago
All versions
1.21.1-1.1.1
Release
Simple Voice Chat Group Player Names 1.21.1-1.1.19 months ago 4,717
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Changed
- Backported to Minecraft 1.21.1
- Updated NeoForge to 21.1.15
- Updated Parchment mappings to 2024.11.17
- Updated Simple Voice Chat dependency to 1.21.1-2.6.6
Technical
- Migrated from
FMLLoader.getCurrent().getDist()toFMLEnvironment.distfor side checking - Updated PoseStack API calls:
pushMatrix()/popMatrix()→pushPose()/popPose() - Fixed matrix transformations:
scale(x, y)→scale(x, y, z) - Updated rotation API to use Quaternion-based approach:
rotate(angle)→mulPose(new Quaternionf().rotationZ(angle)) - Changed Mixin approach from
@WrapOperationto@Injectfor better compatibility with Simple Voice Chat's internal structure - Added mandatory
modLoaderandloaderVersionproperties toneoforge.mods.tomlas required by NeoForge 1.21.1 - Updated dependency version ranges to match NeoForge 1.21.1 standards
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:CGnR1h5Q:iYImWm0k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CGnR1h5Q:iYImWm0k"
}

