Update docs

This commit is contained in:
Raven Scott
2026-07-31 00:51:00 -04:00
parent 5fb6820ec8
commit 756bdc5274
22 changed files with 398 additions and 135 deletions
@@ -17,6 +17,13 @@ A single global authoritative Minecraft simulation across many peers is unrealis
4. Guest switches HyperDHT tunnel to neighbor `worldKey` and reconnects Java to localhost.
5. Spawn at mapped coordinates.
```mermaid
flowchart LR
R1["Region A Squid"] -->|"border"| Mig["Session migrate<br/>handoff + tunnel switch"]
Mig --> R2["Region B Squid"]
Java[Java client] -->|"reconnect localhost"| R2
```
**Not in v1:** streaming foreign chunks into the local Squid world or dual-sim entity forwarding.
Later phases may add interest-based border sync without abandoning local authority.