mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 09:50:23 +02:00
Mgv7: Lower base of mountain generation to -112 and define constant
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user