mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Set spawn positions for danger_ores maps
This commit is contained in:
parent
0179a1d96d
commit
0bdacb7542
@ -20,6 +20,8 @@ local density_scale = 1 / 48
|
||||
local density_threshold = 0.5
|
||||
local density_multiplier = 50
|
||||
|
||||
RS.set_first_player_position_check_override(true)
|
||||
RS.set_spawn_island_tile('grass-1')
|
||||
RS.set_map_gen_settings(
|
||||
{
|
||||
MGSP.ore_oil_none,
|
||||
|
@ -10,6 +10,8 @@ local MGSP = require 'resources.map_gen_settings'
|
||||
|
||||
global.config.lazy_bastard.enabled = true
|
||||
|
||||
RS.set_first_player_position_check_override(true)
|
||||
RS.set_spawn_island_tile('grass-1')
|
||||
RS.set_map_gen_settings(
|
||||
{
|
||||
MGSP.grass_only,
|
||||
|
Loading…
Reference in New Issue
Block a user