diff --git a/README.MD b/README.MD index d198c8bb..cb3a6279 100644 --- a/README.MD +++ b/README.MD @@ -66,7 +66,11 @@ Instead I recommend setting `options.debugLogNotFrequentPackets`. Also you can u - `nbt.simplify(someNbt)` - Simplifies nbt data, so it's easier to read. -You can also drag and drop any .dat file into the browser window to see it's contents in the console. +The most useful thing in devtools is the watch expression. You can add any expression there and it will be re-evaluated in real time. For example, you can add `viewer.camera.position` to see the camera position and so on. + +Watch expression + +You can also drag and drop any .dat or .mca (region files) into the browser window to see it's contents in the console. ### F3 Keybindings diff --git a/docs-assets/watch-expr.png b/docs-assets/watch-expr.png new file mode 100644 index 00000000..a21c07a9 Binary files /dev/null and b/docs-assets/watch-expr.png differ