mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Map config
This commit is contained in:
parent
dc235bdac0
commit
fce96ea3f8
@ -15,7 +15,7 @@ local function fillVanillaConfig()
|
||||
-- resource provided at starting location
|
||||
-- probability: 1 = 100% chance to be in starting area
|
||||
-- 0 = resource is not in starting area
|
||||
starting={richness=16000, size=25, probability=1},
|
||||
starting={richness=20000, size=35, probability=1},
|
||||
|
||||
multi_resource_chance=0.20, -- absolute value
|
||||
multi_resource={
|
||||
|
@ -25,7 +25,7 @@ in this file and your run_*type*_module(event) function will be called.
|
||||
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.maori"
|
||||
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.goat"
|
||||
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.biome_test"
|
||||
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.GoT"
|
||||
MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.GoT"
|
||||
--require "locale.grilledham_map_gen.presets.UK"
|
||||
|
||||
--shapes--
|
||||
@ -53,7 +53,7 @@ in this file and your run_*type*_module(event) function will be called.
|
||||
--ores--
|
||||
--require "locale.gen_ores.neko_crazy_ores"
|
||||
--require "locale.gen_ores.fluffy_rainbows"
|
||||
--require "locale.gen_ores.rso.rso_control"
|
||||
require "locale.gen_ores.rso.rso_control"
|
||||
--require "locale.gen_ores.harmonic_gen"
|
||||
|
||||
--everything else. You may use more than one of these, but beware they might not be compatible
|
||||
@ -62,7 +62,7 @@ miscs = {}
|
||||
--require "locale.gen_misc.rusky_pvp"
|
||||
--miscs[1] = require "locale.gen_misc.wreck_items"
|
||||
--miscs[2] = require "locale.gen_misc.tris_chunk_grid"
|
||||
--miscs[1] = require "locale.gen_ores.glitter_ores"
|
||||
miscs[1] = require "locale.gen_ores.glitter_ores"
|
||||
|
||||
local on_chunk_generated = function(event)
|
||||
if run_combined_module == nil then
|
||||
|
Loading…
x
Reference in New Issue
Block a user