1
0
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:
plague006 2019-02-03 12:17:43 -05:00
parent 0179a1d96d
commit 0bdacb7542
2 changed files with 4 additions and 0 deletions

View File

@ -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,

View File

@ -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,