mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
441 B
Rust
20 lines
441 B
Rust
#![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
|
|
)
|