1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Biome API: Add noise defined biome blend

This commit is contained in:
paramat 2015-06-03 08:59:07 +01:00
parent 2da1503780
commit e45ecad3ab
7 changed files with 52 additions and 14 deletions

View file

@ -69,8 +69,11 @@ public:
Noise *noise_cave1;
Noise *noise_cave2;
Noise *noise_ground;
Noise *noise_heat;
Noise *noise_humidity;
Noise *noise_heat_blend;
Noise *noise_humidity_blend;
content_t c_stone;
content_t c_water_source;