From 8efb3e014530f1405325836322622a8a35cdf5d1 Mon Sep 17 00:00:00 2001 From: Brevven Date: Tue, 24 Dec 2024 03:13:19 -0800 Subject: [PATCH] ore order --- titanium-ore.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/titanium-ore.lua b/titanium-ore.lua index 604c763..91e29e2 100644 --- a/titanium-ore.lua +++ b/titanium-ore.lua @@ -15,7 +15,7 @@ data:extend({ category = "resource", name = "titanium-ore", richness = true, - order = "b-e" + order = "a-t" }, --{ -- type = "noise-layer", @@ -43,8 +43,8 @@ data:extend({ autoplace = resource_autoplace.resource_autoplace_settings{ name = "titanium-ore", - order = "b-z", - base_density = 3, + order = "a-t", + base_density = mods["space-age"] and 5 or 3, has_starting_area_placement = false, regular_rq_factor_multiplier = 0.8 },