add redstone controls

This commit is contained in:
Raoul Van den Berge
2015-12-18 15:10:38 +01:00
parent 8bf0f66530
commit 2bae408c59
23 changed files with 376 additions and 98 deletions

View File

@@ -19,7 +19,8 @@ public class StorageCraft {
public static final int CONTROLLER = 0;
public static final int GRID = 1;
public static final int DRIVE = 2;
public static final int IMPORTER = 3;
public static final int STORAGE_PROXY = 3;
public static final int IMPORTER = 4;
}
public static final String ID = "storagecraft";