storage cells + drives

This commit is contained in:
Raoul Van den Berge
2015-12-12 21:22:01 +01:00
parent 9cb06025b1
commit 8e443e5fd9
19 changed files with 396 additions and 38 deletions

View File

@@ -1,4 +1,7 @@
package storagecraft;
import storagecraft.item.ItemStorageCell;
public class SCItems {
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
}