1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Biome API, mgv7: Increase heat/humidity spreads. Improve mgv7 noise parameters

This commit is contained in:
paramat 2015-05-24 01:37:50 +01:00
parent 3dba6d1f90
commit 774e5d17c4
3 changed files with 19 additions and 19 deletions

View file

@ -125,8 +125,8 @@ struct MapgenParams {
seed(0),
water_level(1),
flags(MG_TREES | MG_CAVES | MG_LIGHT),
np_biome_heat(NoiseParams(50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.5, 2.0)),
np_biome_humidity(NoiseParams(50, 50, v3f(500.0, 500.0, 500.0), 842, 3, 0.5, 2.0)),
np_biome_heat(NoiseParams(50, 50, v3f(750.0, 750.0, 750.0), 5349, 3, 0.5, 2.0)),
np_biome_humidity(NoiseParams(50, 50, v3f(750.0, 750.0, 750.0), 842, 3, 0.5, 2.0)),
sparams(NULL)
{}