minecraft-renderer 0.1.70 → 0.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -99,8 +99,8 @@ Renderer-owned options live in `RENDERER_DEFAULT_OPTIONS` and `RENDERER_OPTIONS_
99
99
  | Change | Live update | Reload required |
100
100
  |--------|-------------|-----------------|
101
101
  | Menu V2 scene / camera / speeds | Yes (`backend.getMenuBackground`) | Mode switch needs restart |
102
- | `rendererMesher` (`wasm` / `legacy-js`) | Proxy flag syncs | Yes mesher worker script swap |
103
- | `rendererWorldPerformance` | Config syncs | Yes worker count |
102
+ | `rendererMesher` (`wasm` / `legacy-js`) | Yes recreates mesher workers | Chunks reload (`requiresChunksReload`) |
103
+ | `rendererWorldPerformance` | Yes recreates mesher workers | Chunks reload (`requiresChunksReload`) |
104
104
  | Volume | App `watchValue` only | No |
105
105
 
106
106
  Sync runs on the **main thread** only; `inWorldRenderingConfig` uses existing valtio `__syncToWorker` for off-thread backends. Do not call `subscribeRendererOptions` from mesher workers.