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:
parent
ff2ceed381
commit
549cfd9db8
4 changed files with 38 additions and 19 deletions
|
@ -67,6 +67,7 @@ public:
|
|||
s16 y_max;
|
||||
float heat_point;
|
||||
float humidity_point;
|
||||
s16 vertical_blend;
|
||||
|
||||
virtual void resolveNodeNames();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue