mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 18:05:22 +02:00
Mapgen objects: Enable heatmap and humidmap for all biome api mapgens
This commit is contained in:
@@ -152,6 +152,8 @@ public:
|
||||
u32 blockseed;
|
||||
s16 *heightmap;
|
||||
u8 *biomemap;
|
||||
float *heatmap;
|
||||
float *humidmap;
|
||||
v3s16 csize;
|
||||
|
||||
GenerateNotifier gennotify;
|
||||
|
Reference in New Issue
Block a user