More proxy fixes, chemical injection chamber sound
This commit is contained in:
parent
3ed2d3ce6c
commit
28a63cc9d2
2 changed files with 8 additions and 0 deletions
|
@ -486,4 +486,12 @@ public class ClientProxy extends CommonProxy
|
|||
{
|
||||
return Minecraft.getMinecraft().mcDataDir;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onConfigSync()
|
||||
{
|
||||
super.onConfigSync();
|
||||
|
||||
MekanismClient.voiceClient.start();
|
||||
}
|
||||
}
|
||||
|
|
BIN
resources/assets/mekanism/sound/ChemicalInjectionChamber.ogg
Normal file
BIN
resources/assets/mekanism/sound/ChemicalInjectionChamber.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue