Update README.md

This commit is contained in:
LAX1DUDE 2022-07-02 19:02:39 -07:00 committed by GitHub
parent 3ebd90502e
commit 6e50696c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
## Technical Details
**Discord server: [https://discord.gg/nuhVQz5S5Q](https://discord.gg/nuhVQz5S5Q)**
**Discord server: [https://discord.gg/Ekzcgs3DKZ](https://discord.gg/Ekzcgs3DKZ)**
The game saves worlds to your browser's persistent local storage via [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API), the vanilla MCRegion chunk loader has been rewritten to store chunks as single files instead, without compression to speed up load and save times. These files are then stored in an IndexedDB table in the browser's local storage as ArrayBuffers with string keys describing the coordinates of the chunk.