mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Mapgen V6: Add flag to stop mud flow
This commit is contained in:
parent
676f34a02b
commit
a358c040f2
3 changed files with 4 additions and 1 deletions
|
@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#define MG_NOLIGHT 0x40
|
||||
#define MGV7_MOUNTAINS 0x80
|
||||
#define MGV7_RIDGES 0x100
|
||||
#define MGV6_NOMUDFLOW 0x200
|
||||
|
||||
/////////////////// Ore generation flags
|
||||
// Use absolute value of height to determine ore placement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue