1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 18:05:22 +02:00

Add 'ores' global mapgen flag (#10276)

This commit is contained in:
Paramat
2020-09-03 01:28:40 +01:00
committed by GitHub
parent 74e22b72e1
commit 4ba5046308
10 changed files with 18 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MG_LIGHT 0x10
#define MG_DECORATIONS 0x20
#define MG_BIOMES 0x40
#define MG_ORES 0x80
typedef u16 biome_t; // copy from mg_biome.h to avoid an unnecessary include