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:
Dimmerworld 2018-02-10 22:53:11 +11:00 committed by Modmuss50
parent 38933ca8a8
commit 9349ffe264
11 changed files with 90 additions and 7 deletions

View file

@ -32,4 +32,5 @@ public class MessageIDs {
public static int fluidPipeID = 1;
public static int playerDetectorID = 2;
public static int nanosaberID = 3;
public static int alarmID = 4;
}