1
0
Fork 0
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:
Loic Blot 2017-06-25 23:08:31 +02:00
parent c08cc0533f
commit 1237206d4b
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
3 changed files with 25 additions and 6 deletions

View file

@ -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,