GameModsBR / VoiceChat

14 stars 13 forks source link

SoundSystemWrapper - performance issue. #13

Open Gliby opened 7 years ago

Gliby commented 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

utkabobr commented 7 years ago

http://www.minecraftforge.net/forum/topic/2122-accesstransformers/ Can it be useful?

Gliby commented 7 years ago

No. Use this https://tutorials.darkhax.net/tutorials/access_transformers/