1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-04 00:15:45 +02:00

Update islands.lua

This commit is contained in:
danielmartin0 2022-12-07 19:19:34 +00:00
parent ad64904c55
commit c7ec4a305a

View File

@ -169,7 +169,7 @@ function Public.spawn_ores_on_arrival(destination, points_to_avoid)
noise_generator = Utils.noise_generator({}, 0),
}
local farness_low, farness_high = 0.08, 0.29
local farness_low, farness_high = 0.06, 0.25
if destination.subtype == enum.MAZE then
farness_low = 0.14
farness_high = 0.44