File Details
svcgroupplayernames-1.21.1-1.1.1.jar
- R
- Nov 13, 2025
- 21.47 KB
- 3.9K
- 1.21.1
- NeoForge
File Name
svcgroupplayernames-1.21.1-1.1.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
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

