1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-25 21:29:06 +02:00

pp: remove uranium and cliffs

This commit is contained in:
cogito 2020-01-28 17:55:29 +01:00
parent e4abd83f9f
commit 04ceb853dc

View File

@ -22,6 +22,9 @@ global.this.maps = {
moisture = 0,
temperature = 30.
},
cliff_settings = {
richness = 0,
},
starting_area = "none",
autoplace_controls = {
["iron-ore"] = {
@ -30,6 +33,9 @@ global.this.maps = {
["copper-ore"] = {
frequency = 0,
},
["uranium-ore"] = {
frequency = 0,
},
["stone"] = {
frequency = 0,
},