1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Tune cave noise scales to 6. Fix blobs spflag, now enabled. Update conf.example

This commit is contained in:
paramat 2014-11-09 12:11:24 +00:00 committed by kwolekr
parent 18c583ee0b
commit 10a47b7fee
3 changed files with 25 additions and 20 deletions

View file

@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mapgen.h"
/////////////////// Mapgen V5 flags
//#define MGV5_BLOBS 0x01
#define MGV5_BLOBS 0x01
extern FlagDesc flagdesc_mapgen_v5[];