From 81cd935bba4ac50695bad2933a351685e656b76e Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Thu, 28 May 2026 00:25:23 +0200 Subject: [PATCH] fix(environment): reduce grass generation cost --- src/world/grass/grassConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/grass/grassConfig.ts b/src/world/grass/grassConfig.ts index cd0ab5c..6d88155 100644 --- a/src/world/grass/grassConfig.ts +++ b/src/world/grass/grassConfig.ts @@ -4,7 +4,7 @@ export const GRASS_CONFIG = { loadRadius: 30, unloadRadius: 34, updateInterval: 250, - baseBladesPerChunk: 2600, + baseBladesPerChunk: 420, bladeWidth: 0.08, maxBladeHeight: 0.36, randomHeightAmount: 0.25,