pub fn try_load<R: Read + Clone>(
    reader: R,
    path: &Path
) -> Option<SingleplayerWorld>