More grass

This commit is contained in:
Joshua Barretto 2019-08-20 12:06:41 +01:00
parent 4ed21a2e59
commit 60544531dd

View File

@ -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(