mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
revert cave spawn chance
This commit is contained in:
parent
4506fdce1a
commit
fc08c172c2
@ -616,7 +616,7 @@ pub fn apply_caves_supplement<'a>(
|
||||
.map_or(true, |b| b.is_fluid())
|
||||
})
|
||||
}) {
|
||||
if RandomField::new(index.seed).chance(wpos2d.into(), 0.14)
|
||||
if RandomField::new(index.seed).chance(wpos2d.into(), 0.0014)
|
||||
&& cave_base < surface_z - 40
|
||||
{
|
||||
let entity = EntityInfo::at(wpos2d.map(|e| e as f32).with_z(z as f32));
|
||||
|
Loading…
Reference in New Issue
Block a user