mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Revert "Ores: Make 'absheight' flag non-functional"
This reverts commit 90ed6fc732
.
This commit is contained in:
parent
c08cc0533f
commit
1237206d4b
3 changed files with 25 additions and 6 deletions
|
@ -32,11 +32,14 @@ class MMVManip;
|
|||
|
||||
/////////////////// Ore generation flags
|
||||
|
||||
#define OREFLAG_ABSHEIGHT 0x01 // Non-functional but kept to not break flags
|
||||
#define OREFLAG_ABSHEIGHT 0x01
|
||||
#define OREFLAG_PUFF_CLIFFS 0x02
|
||||
#define OREFLAG_PUFF_ADDITIVE 0x04
|
||||
#define OREFLAG_USE_NOISE 0x08
|
||||
|
||||
#define ORE_RANGE_ACTUAL 1
|
||||
#define ORE_RANGE_MIRROR 2
|
||||
|
||||
enum OreType {
|
||||
ORE_SCATTER,
|
||||
ORE_SHEET,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue