mcbe-leveldb-reader
    Preparing search index...

    Function openMcworld

    • Opens a LevelDB database from a zipped .mcworld file and returns an uninitialised LevelDB object. Also accepts the zipped "db" folder. You must call init() or initLazy() before accessing any entries.

      Parameters

      • mcworld: Blob
      • Optionallogger: ILogger

      Returns Promise<LevelDb>