reduce structureMinDist to 12, allow for some overlap

This commit is contained in:
evan
2025-04-26 09:43:42 -07:00
parent 288fd8b01f
commit 37cc106a3d
+1 -1
View File
@@ -671,7 +671,7 @@ export class DefaultConfig implements Config {
}
structureMinDist(): number {
return 18;
return 12;
}
shellLifetime(): number {