Update forge and Sound options for Alarm (#1435)
* Update forge and Sound options for Alarm * Revert changes to gradle wrapper properties * Cleanup imports * Removed sneaky debugging stuff
This commit is contained in:
parent
38933ca8a8
commit
9349ffe264
11 changed files with 90 additions and 7 deletions
|
@ -44,6 +44,8 @@ public class ModSounds {
|
|||
public static SoundEvent MACHINE_RUN;
|
||||
public static SoundEvent MACHINE_START;
|
||||
public static SoundEvent ALARM;
|
||||
public static SoundEvent ALARM_2;
|
||||
public static SoundEvent ALARM_3;
|
||||
|
||||
public static void init() {
|
||||
CABLE_SHOCK = getSound("cable_shock");
|
||||
|
@ -53,6 +55,8 @@ public class ModSounds {
|
|||
MACHINE_RUN = getSound("machine_run");
|
||||
MACHINE_START = getSound("machine_start");
|
||||
ALARM = getSound("alarm");
|
||||
ALARM_2 = getSound("alarm_2");
|
||||
ALARM_3 = getSound("alarm_3");
|
||||
|
||||
RecipeCrafter.soundHanlder = new SoundHandler();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue