mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 18:35:20 +02: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:
@@ -67,6 +67,7 @@ public:
|
||||
s16 y_max;
|
||||
float heat_point;
|
||||
float humidity_point;
|
||||
s16 vertical_blend;
|
||||
|
||||
virtual void resolveNodeNames();
|
||||
};
|
||||
|
Reference in New Issue
Block a user