We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/GameModsBR/VoiceChat/blob/master/src/main/java/net/gliby/voicechat/client/sound/SoundSystemWrapper.java The class is a huge hack of Minecraft's inner sound system, most likely is diminishing performance. The solution would be to use Forge's AccessTransformers, in fact it was used in the newer 0.6 versions. 1.7.10 gvc_at.cfg file https://gist.github.com/Gliby/c02b2216186312448ae7f4f762a075cf
The text was updated successfully, but these errors were encountered:
http://www.minecraftforge.net/forum/topic/2122-accesstransformers/ Can it be useful?
Sorry, something went wrong.
No. Use this https://tutorials.darkhax.net/tutorials/access_transformers/
No branches or pull requests
https://github.com/GameModsBR/VoiceChat/blob/master/src/main/java/net/gliby/voicechat/client/sound/SoundSystemWrapper.java
The class is a huge hack of Minecraft's inner sound system, most likely is diminishing performance. The solution would be to use Forge's AccessTransformers, in fact it was used in the newer 0.6 versions.
1.7.10 gvc_at.cfg file https://gist.github.com/Gliby/c02b2216186312448ae7f4f762a075cf
The text was updated successfully, but these errors were encountered: