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

Add flag to control mgv6 temple generation (#14293)

This commit is contained in:
sfan5
2024-01-30 21:52:04 +01:00
committed by GitHub
parent 9da1354f3a
commit e10d8080ba
4 changed files with 15 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MGV6_SNOWBIOMES 0x08
#define MGV6_FLAT 0x10
#define MGV6_TREES 0x20
#define MGV6_TEMPLES 0x40
extern FlagDesc flagdesc_mapgen_v6[];