1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-06 09:50:23 +02:00

Biome API: Enable biome generation to lower world limit

Decorations: Remove lower limit of water level for placement
This commit is contained in:
paramat
2015-06-13 01:26:56 +01:00
parent bb5f830d16
commit 38482d2656
5 changed files with 6 additions and 20 deletions

View File

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