mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-20 03:29:47 +02:00
Update islands.lua
This commit is contained in:
parent
ad64904c55
commit
c7ec4a305a
@ -169,7 +169,7 @@ function Public.spawn_ores_on_arrival(destination, points_to_avoid)
|
|||||||
noise_generator = Utils.noise_generator({}, 0),
|
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
|
if destination.subtype == enum.MAZE then
|
||||||
farness_low = 0.14
|
farness_low = 0.14
|
||||||
farness_high = 0.44
|
farness_high = 0.44
|
||||||
|
Loading…
x
Reference in New Issue
Block a user