storage block GUI

This commit is contained in:
Raoul Van den Berge
2016-01-31 12:50:15 +01:00
parent e54c062bc3
commit f7a5b533e5
10 changed files with 301 additions and 12 deletions

View File

@@ -13,4 +13,5 @@ public final class StorageCraftGUI
public static final int WIRELESS_TRANSMITTER = 8;
public static final int DESTRUCTOR = 9;
public static final int CONSTRUCTOR = 10;
public static final int STORAGE = 11;
}