diff --git a/src/main/java/resonantinduction/SoundHandler.java b/src/main/java/resonantinduction/SoundHandler.java index b40396e52..4026f4737 100644 --- a/src/main/java/resonantinduction/SoundHandler.java +++ b/src/main/java/resonantinduction/SoundHandler.java @@ -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) diff --git a/src/main/resources/assets/resonantinduction/sound/grinder1.ogg b/src/main/resources/assets/resonantinduction/sound/grinder1.ogg new file mode 100644 index 000000000..9eb774ee6 Binary files /dev/null and b/src/main/resources/assets/resonantinduction/sound/grinder1.ogg differ diff --git a/src/main/resources/assets/resonantinduction/sound/grinder2.ogg b/src/main/resources/assets/resonantinduction/sound/grinder2.ogg new file mode 100644 index 000000000..a5b0a8305 Binary files /dev/null and b/src/main/resources/assets/resonantinduction/sound/grinder2.ogg differ