Open Gliby opened 7 years ago
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
http://www.minecraftforge.net/forum/topic/2122-accesstransformers/ Can it be useful?
No. Use this https://tutorials.darkhax.net/tutorials/access_transformers/
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