mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fewer caves on mountains
This commit is contained in:
parent
9ddc569a75
commit
35f0bebcc3
@ -209,7 +209,7 @@ impl<'a> Sampler<'a> {
|
||||
.powf(2.0)
|
||||
.neg()
|
||||
.add(1.0)
|
||||
.mul((1.35 - chaos).min(1.0))
|
||||
.mul((1.15 - chaos).min(1.0))
|
||||
};
|
||||
let cave_xy = cave_at(wposf);
|
||||
let cave_alt = alt - 32.0
|
||||
|
Loading…
Reference in New Issue
Block a user