mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
376 B
Rust
19 lines
376 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,
|
|
)
|