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
07568eb0d2
commit
ab639a151c
@ -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…
x
Reference in New Issue
Block a user