aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mg_biome.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat2018-01-161-0/+7
| | | | | 'get biome data' returns biome id, heat and humidity. Clean up nearby lines in lua_api.txt.
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-2/+2
|
* Biomes: Add vertical biome blend (#6853)Paramat2018-01-051-0/+1
| | | | Add 'vertical blend' parameter to biome registration that defines how many nodes above the biome's 'y max' limit the blend will extend.
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+230
* Move files around