Biomes: Add vertical biome blend (#6853)
authorParamat <paramat@users.noreply.github.com>
Thu, 4 Jan 2018 23:10:55 +0000 (23:10 +0000)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 4 Jan 2018 23:10:55 +0000 (00:10 +0100)
commit549cfd9db80c858bdc8d23a237ea57ccf5f68400
treef027da5fdacc905d5f5941aa645e68e5994adb51
parentff2ceed381f0f9c7da5e147cdb9abf0118804ed6
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.
doc/lua_api.txt
src/mapgen/mg_biome.cpp
src/mapgen/mg_biome.h
src/script/lua_api/l_mapgen.cpp