From 204b0578384fd6901666af3f8977415c57fcd477 Mon Sep 17 00:00:00 2001 From: Dakedres Date: Sat, 7 Mar 2026 04:49:34 -0700 Subject: [PATCH] Update yttr config --- pack/config/yttr.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pack/config/yttr.css b/pack/config/yttr.css index aebc155..019d169 100644 --- a/pack/config/yttr.css +++ b/pack/config/yttr.css @@ -204,7 +204,11 @@ #debug { /* - * If true, technical air blocks will be made visible. Very slow. + * If on, technical air blocks will be made visible. Very slow. */ render-air-blocks: off; + /* + * If on, cleaved blocks will render raw geometry wireframes and surface normals. + */ + cleaved-raw: off; } \ No newline at end of file