From 6c632d6f58915faffe7548f40b336c6e1ecda04a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 11:28:05 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index e6a09dff..96d42979 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -845,7 +845,11 @@ const STARTER_MATERIAL_ORDER = new Map( ); const TERRAIN_SCULPT_BRUSH_TOOLS: Exclude< TerrainBrushTool, - "paint" | "foliagePaint" | "foliageErase" + | "paint" + | "foliagePaint" + | "foliageErase" + | "foliageBlockerPaint" + | "foliageBlockerErase" >[] = [ "raise", "lower",