2021-10-08 12:55:26 +00:00
|
|
|
#![enable(unwrap_newtypes)]
|
|
|
|
#![enable(implicit_some)]
|
|
|
|
|
|
|
|
(
|
|
|
|
caverns: false, // TODO: Disabled by default until cave overhaul
|
|
|
|
caves: true,
|
2022-03-02 16:28:04 +00:00
|
|
|
rocks: true,
|
2021-10-08 12:55:26 +00:00
|
|
|
shrubs: true,
|
|
|
|
trees: true,
|
|
|
|
scatter: true,
|
|
|
|
paths: true,
|
|
|
|
spots: true,
|
2022-02-15 19:01:43 +00:00
|
|
|
site2_towns: true,
|
2022-04-27 10:53:08 +00:00
|
|
|
site2_giant_trees: true,
|
2021-12-23 18:59:44 +00:00
|
|
|
wildlife_density: 1.0,
|
2022-05-10 06:03:40 +00:00
|
|
|
peak_naming: true,
|
|
|
|
biome_naming: true,
|
2022-10-29 18:50:52 +00:00
|
|
|
train_tracks: false, // TODO: train stations, train entities
|
2021-10-08 12:55:26 +00:00
|
|
|
)
|