reduce structureMinDist to 12, allow for some overlap

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