1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Mgv7: Lower base of mountain generation to -112 and define constant

This commit is contained in:
paramat 2015-07-03 22:47:31 +01:00
parent 64dc053209
commit d786a272c0
2 changed files with 4 additions and 2 deletions

View file

@ -22,6 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mapgen.h"
#define MOUNTAIN_BASE -112
/////////////////// Mapgen V7 flags
#define MGV7_MOUNTAINS 0x01
#define MGV7_RIDGES 0x02