1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Biomes: Add vertical biome blend (#6853)

Add 'vertical blend' parameter to biome registration that defines how
many nodes above the biome's 'y max' limit the blend will extend.
This commit is contained in:
Paramat 2018-01-04 23:10:55 +00:00 committed by Loïc Blot
parent ff2ceed381
commit 549cfd9db8
4 changed files with 38 additions and 19 deletions

View file

@ -67,6 +67,7 @@ public:
s16 y_max;
float heat_point;
float humidity_point;
s16 vertical_blend;
virtual void resolveNodeNames();
};