mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made velorite rarer
This commit is contained in:
parent
dff67e1c41
commit
7f4e587215
@ -319,7 +319,7 @@ impl<'a> BlockGen<'a> {
|
||||
&& chaos > 0.6
|
||||
&& (wposf.z as f32 > water_height + 3.0)
|
||||
&& marble > 0.75
|
||||
&& marble_small > 0.5
|
||||
&& marble_small > 0.3
|
||||
&& (marble * 7323.07).fract() < 0.75
|
||||
{
|
||||
Some(Block::new(BlockKind::Velorite, Rgb::broadcast(0)))
|
||||
|
Loading…
Reference in New Issue
Block a user