From e3d12e27580db85f4c8a43271e1f997337066885 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Sat, 6 Sep 2025 16:19:45 -0400 Subject: [PATCH] Disable Batch Rendering (#1754) Fix the EMI Tree issue Signed-off-by: TomPlop --- config/emi.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/emi.css b/config/emi.css index 8aafd66ad..8cece7d20 100644 --- a/config/emi.css +++ b/config/emi.css @@ -82,7 +82,7 @@ * Whether to use the batched render system. Batching is faster, but may have * incompatibilities with shaders or other mods. */ - use-batched-renderer: true; + use-batched-renderer: false; /** * Whether to have the search bar in the center of the screen, instead of to the