mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
More grass
This commit is contained in:
parent
4ed21a2e59
commit
60544531dd
@ -257,7 +257,7 @@ impl<'a> BlockGen<'a> {
|
|||||||
))
|
))
|
||||||
} else if (wposf.z as f32) < height + 0.9
|
} else if (wposf.z as f32) < height + 0.9
|
||||||
&& (wposf.z as f32 > water_height + 3.0)
|
&& (wposf.z as f32 > water_height + 3.0)
|
||||||
&& (chaos * 4096.0).fract() < 0.05
|
&& (chaos * 4096.0).fract() < 0.15
|
||||||
&& marble > 0.6
|
&& marble > 0.6
|
||||||
{
|
{
|
||||||
Some(Block::new(
|
Some(Block::new(
|
||||||
|
Loading…
Reference in New Issue
Block a user