20 lines
441 B
Plaintext
20 lines
441 B
Plaintext
|
#![enable(unwrap_newtypes)]
|
||
|
#![enable(implicit_some)]
|
||
|
|
||
|
(
|
||
|
caverns: false, // TODO: Disabled by default until cave overhaul
|
||
|
caves: true,
|
||
|
rocks: true,
|
||
|
shrubs: true,
|
||
|
trees: true,
|
||
|
scatter: true,
|
||
|
paths: true,
|
||
|
spots: true,
|
||
|
site2_towns: true,
|
||
|
site2_giant_trees: true,
|
||
|
wildlife_density: 1.0,
|
||
|
peak_naming: true,
|
||
|
biome_naming: true,
|
||
|
train_tracks: false, // TODO: train stations, train entities
|
||
|
)
|