Marginally increased tree spawn frequency

Former-commit-id: c23a172e4796317bafdf4a6661330ed86d4eb248
This commit is contained in:
Joshua Barretto 2019-05-25 06:49:55 +01:00
parent e0aaa96262
commit 16b80ab006

View File

@ -371,7 +371,7 @@ impl SimChunk {
tree_density: (gen_ctx.tree_nz.get((wposf.div(1024.0)).into_array()) as f32)
.add(1.0)
.mul(0.5)
.mul(1.0 - chaos * 0.75),
.mul(1.0 - chaos),
}
}