veloren/assets/world/features.ron

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,
)