1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Merge pull request #927 from Bilka2/water-world

Fixed waterworld map_gen_settings
This commit is contained in:
grilledham 2019-05-29 12:09:12 +01:00 committed by GitHub
commit 1b85529ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,20 +347,10 @@ return {
}
}
},
-- will generate a world with only water (useful for maps that want full terrain control and no entities on the surface) (non-functional in 0.17)
-- will generate a world with only water (useful for maps that want full terrain control and no entities on the surface)
waterworld = {
autoplace_settings = {
tile = {
treat_missing_as_default = false,
settings = {
['deepwater'] = {frequency = 1, size = 1, richness = 1},
['deepwater-green'] = {frequency = 1, size = 1, richness = 1},
['water'] = {frequency = 1, size = 1, richness = 1},
['water-green'] = {frequency = 1, size = 1, richness = 1},
['water-mud'] = {frequency = 1, size = 1, richness = 1},
['water-shallow'] = {frequency = 1, size = 1, richness = 1}
}
}
property_expression_names = {
elevation = '-1'
}
},
-- creates a 1x1 world border, this will prevent chunks from being generated