Added grinding sound effect
This commit is contained in:
parent
19d62fac01
commit
23223da214
3 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class SoundHandler
|
|||
{
|
||||
public static final SoundHandler INSTANCE = new SoundHandler();
|
||||
|
||||
public static final String[] SOUND_FILES = { "electricshock1.ogg", "electricshock2.ogg", "electricshock3.ogg", "electricshock4.ogg", "electricshock5.ogg", "electricshock6.ogg", "electricshock7.ogg" };
|
||||
public static final String[] SOUND_FILES = { "grinder1.ogg", "grinder2.ogg", "electricshock1.ogg", "electricshock2.ogg", "electricshock3.ogg", "electricshock4.ogg", "electricshock5.ogg", "electricshock6.ogg", "electricshock7.ogg" };
|
||||
|
||||
@ForgeSubscribe
|
||||
public void loadSoundEvents(SoundLoadEvent event)
|
||||
|
|
BIN
src/main/resources/assets/resonantinduction/sound/grinder1.ogg
Normal file
BIN
src/main/resources/assets/resonantinduction/sound/grinder1.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/resonantinduction/sound/grinder2.ogg
Normal file
BIN
src/main/resources/assets/resonantinduction/sound/grinder2.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue