mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
278 B
Rust
15 lines
278 B
Rust
#![enable(unwrap_newtypes)]
|
|
#![enable(implicit_some)]
|
|
|
|
(
|
|
caverns: false, // TODO: Disabled by default until cave overhaul
|
|
caves: true,
|
|
shrubs: true,
|
|
trees: true,
|
|
scatter: true,
|
|
paths: true,
|
|
spots: true,
|
|
site2: false,
|
|
wildlife_density: 1.0,
|
|
)
|