mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Mapgen objects: Enable heatmap and humidmap for all biome api mapgens
This commit is contained in:
parent
d7190df07e
commit
70da8a940b
6 changed files with 49 additions and 31 deletions
|
@ -152,6 +152,8 @@ public:
|
|||
u32 blockseed;
|
||||
s16 *heightmap;
|
||||
u8 *biomemap;
|
||||
float *heatmap;
|
||||
float *humidmap;
|
||||
v3s16 csize;
|
||||
|
||||
GenerateNotifier gennotify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue