package storagecraft; import storagecraft.item.ItemStorageCell; public class StorageCraftItems { public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell(); }