From f82e8ce815d6fcd9553208cdae5e41be221a5b85 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 18 May 2018 21:48:24 +0100 Subject: [PATCH] 5 for adjacency_boost is way to high --- StandAlone/paths.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/paths.lua b/StandAlone/paths.lua index eac645bf..bf6d02a2 100644 --- a/StandAlone/paths.lua +++ b/StandAlone/paths.lua @@ -1,7 +1,7 @@ -- made by cooldude -- idea from Mylon - Dirt Path -local adjacency_boost = 5 -- makes paths more lickly to be next to each other +local adjacency_boost = 3.25 -- makes paths more lickly to be next to each other local placed_paths = { ['refined-concrete']=true, ['refined-hazard-concrete-right']=true,