mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -192 for mgv5 deep oceans. Improve code
This commit is contained in:
parent
39869aaa25
commit
3dba6d1f90
4 changed files with 115 additions and 100 deletions
|
@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "mapgen.h"
|
||||
|
||||
#define LARGE_CAVE_DEPTH -256
|
||||
#define BIOMEGEN_BASE_V5 -192
|
||||
|
||||
/////////////////// Mapgen V5 flags
|
||||
//#define MGV5_ 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue