]> git.lizzy.rs Git - minetest.git/commit
Biomes: Add 'min_pos'/'max_pos' xyz biome limits
authorparamat <paramat@users.noreply.github.com>
Fri, 23 Feb 2018 08:54:03 +0000 (08:54 +0000)
committerparamat <mat.gregory@virginmedia.com>
Fri, 9 Mar 2018 03:16:25 +0000 (03:16 +0000)
commitcbb9301bea9d869a7d11f810fb320d93f6d31460
tree8aa8761e21d9a27e501214c61af4f5a6cf865095
parentc7c03ad7a60b77040d0dfc360a79f065e0c2c971
Biomes: Add 'min_pos'/'max_pos' xyz biome limits

'y_min' and 'y_max' are still accepted for compatibility.
src/mapgen/mapgen.cpp
src/mapgen/mg_biome.cpp
src/mapgen/mg_biome.h
src/script/lua_api/l_mapgen.cpp