fix(environment): reduce grass generation cost

This commit is contained in:
Tom Boullay
2026-05-28 00:25:23 +02:00
parent fe989c9550
commit 81cd935bba
+1 -1
View File
@@ -4,7 +4,7 @@ export const GRASS_CONFIG = {
loadRadius: 30, loadRadius: 30,
unloadRadius: 34, unloadRadius: 34,
updateInterval: 250, updateInterval: 250,
baseBladesPerChunk: 2600, baseBladesPerChunk: 420,
bladeWidth: 0.08, bladeWidth: 0.08,
maxBladeHeight: 0.36, maxBladeHeight: 0.36,
randomHeightAmount: 0.25, randomHeightAmount: 0.25,