added the whole exporter. does nothing yet though

This commit is contained in:
Raoul Van den Berge
2015-12-19 00:47:09 +01:00
parent cfcb518ddd
commit 2e9862d339
12 changed files with 252 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ public class StorageCraft {
public static final int DRIVE = 2;
public static final int STORAGE_PROXY = 3;
public static final int IMPORTER = 4;
public static final int EXPORTER = 5;
}
public static final String ID = "storagecraft";