mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Disabled default cliff generation
This commit is contained in:
parent
1b317d2941
commit
68744bc91a
@ -1,6 +1,6 @@
|
||||
local Config = {
|
||||
version = 'v0.3',
|
||||
players_needed_to_start_game = 1,
|
||||
players_needed_to_start_game = 4,
|
||||
bootstrap_period = 60 * 60 * 10, -- 10 minutes
|
||||
player_kill_reward = 25,
|
||||
entity_kill_rewards = {
|
||||
|
@ -30,7 +30,7 @@ local uranium_none = {
|
||||
}
|
||||
}
|
||||
|
||||
RS.set_map_gen_settings({Map_gen_presets.oil_none, uranium_none})
|
||||
RS.set_map_gen_settings({Map_gen_presets.oil_none, uranium_none, Map_gen_presets.cliff_none})
|
||||
|
||||
local width_1 = 256 -- Do not reduce this, it prevents artillary spam
|
||||
|
||||
|
@ -49,6 +49,7 @@ Current Version: ]] .. config.version
|
||||
ScenarioInfo.set_new_info(
|
||||
[[
|
||||
2019-10-12 v0.3
|
||||
- Cliffs around rocket silo
|
||||
- Market prices changed
|
||||
- Wooden chests are now minable for both forces
|
||||
- Refactoring of code
|
||||
|
Loading…
x
Reference in New Issue
Block a user