From 4d2794a72dbda4a6d46feeb5bc6b5558c4e8d94f Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 15 May 2018 20:17:49 +0100 Subject: [PATCH] More Adjacency Boost --- StandAlone/paths.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/paths.lua b/StandAlone/paths.lua index 42572fe9..705c4b87 100644 --- a/StandAlone/paths.lua +++ b/StandAlone/paths.lua @@ -1,7 +1,7 @@ -- made by cooldude -- idea from Mylon - Dirt Path -local adjacency_boost = 1.3 -- makes paths more lickly to be next to each other +local adjacency_boost = 1.5 -- makes paths more lickly to be next to each other local placed_paths = { ['refined-concrete']=true, ['refined-hazard-concrete-right']=true,