You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Honor `dev.localServer.worldSync.runtimeWorldMode` for processed development worlds, including deterministic replace and backup behavior on `blr dev` startup while preserving script-only hot reloads.
Copy file name to clipboardExpand all lines: packages/blr/docs/reference/commands.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@ Runtime world safety:
166
166
-`prompt`: ask before replacing it
167
167
-`preserve`: keep it
168
168
- runtime backup and replacement only happen before BDS starts
169
+
- processed development worlds follow the same startup policy; `replace` rebuilds and reseeds the processed world on each `blr dev` startup without resetting it during script-only hot reloads
Copy file name to clipboardExpand all lines: packages/blr/docs/reference/config.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -544,6 +544,7 @@ Notes:
544
544
-`replace`: replace the runtime world automatically from the project world before startup
545
545
-`backup`: move the existing runtime world into `worlds_backups/` and then replace it before startup
546
546
- runtime-world replacement and backup only happen before BDS starts; `blr` does not modify a running server world
547
+
- the same `runtimeWorldMode` policy applies when development world processors produce the world that BDS runs; `replace` reseeds that processed world on each `blr dev` startup, while script-only hot reloads preserve the running world
547
548
-`watch-world` starts after startup reconciliation and captures runtime world state back into the project source
548
549
-`watch-allowlist` captures both retained runtime server-state files:
0 commit comments