Fix sounds
This commit is contained in:
parent
9c6e9aef64
commit
caaa5a3e7f
6 changed files with 36 additions and 26 deletions
|
@ -28,6 +28,7 @@ import techreborn.client.hud.ChargeHud;
|
|||
import techreborn.client.keybindings.KeyBindings;
|
||||
import techreborn.client.render.entitys.RenderNukePrimed;
|
||||
import techreborn.entitys.EntityNukePrimed;
|
||||
import techreborn.init.ModSounds;
|
||||
import techreborn.manual.loader.ManualLoader;
|
||||
|
||||
import java.io.File;
|
||||
|
@ -77,8 +78,6 @@ public class ClientProxy extends CommonProxy
|
|||
// TODO FIX ME
|
||||
ClientRegistry.registerKeyBinding(KeyBindings.config);
|
||||
ClientMultiBlocks.init();
|
||||
|
||||
|
||||
}
|
||||
|
||||
protected void registerItemModel(ItemStack item, String name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue