mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-05 15:05:57 +02:00
small config change
This commit is contained in:
parent
f94105624d
commit
fea7f9e666
@ -139,12 +139,12 @@ local Config = {
|
|||||||
|
|
||||||
-- minimum distance from the spawn point required before it spawns
|
-- minimum distance from the spawn point required before it spawns
|
||||||
minimum_resource_distance = {
|
minimum_resource_distance = {
|
||||||
['coal'] = 10,
|
['coal'] = 12,
|
||||||
['copper-ore'] = 12,
|
['copper-ore'] = 14,
|
||||||
['iron-ore'] = 12,
|
['iron-ore'] = 14,
|
||||||
['stone'] = 8,
|
['stone'] = 10,
|
||||||
['uranium-ore'] = 60,
|
['uranium-ore'] = 80,
|
||||||
['crude-oil'] = 35,
|
['crude-oil'] = 55,
|
||||||
['tree'] = 0,
|
['tree'] = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ local Config = {
|
|||||||
initialize = require 'map_gen.Diggy.Feature.AlienSpawner'.initialize,
|
initialize = require 'map_gen.Diggy.Feature.AlienSpawner'.initialize,
|
||||||
|
|
||||||
-- minimum distance from spawn before aliens can spawn
|
-- minimum distance from spawn before aliens can spawn
|
||||||
alien_minimum_distance = 20,
|
alien_minimum_distance = 35,
|
||||||
|
|
||||||
-- chance of spawning aliens when mining
|
-- chance of spawning aliens when mining
|
||||||
alien_probability = 0.07,
|
alien_probability = 0.07,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user