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
Simple Voice Chat Group Player Names - NeoForge 1.21.10 Port
Initial release of the NeoForge port for Minecraft 1.21.10!
✨ Features
- Display player names next to group player icons in the Simple Voice Chat HUD
- Configurable transparency for talking and non-talking players
- Option to only show names when players are talking
- Optional text outline for better visibility
- Native NeoForge configuration menu integration
- Multi-language support (English, German, Russian)
📋 Requirements
- Minecraft 1.21.10
- NeoForge 21.10.47-beta or higher
- Simple Voice Chat 2.6.6+
🙏 Credits
- Original mod by Greenman999
- NeoForge port by Smallinger



