mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeons
This commit is contained in:
parent
3ffb5f5761
commit
c0edb8e313
5 changed files with 69 additions and 34 deletions
|
@ -70,6 +70,13 @@ enum GenNotifyType {
|
|||
NUM_GENNOTIFY_TYPES
|
||||
};
|
||||
|
||||
// TODO(hmmmm/paramat): make stone type selection dynamic
|
||||
enum MgStoneType {
|
||||
STONE,
|
||||
DESERT_STONE,
|
||||
SANDSTONE,
|
||||
};
|
||||
|
||||
struct GenNotifyEvent {
|
||||
GenNotifyType type;
|
||||
v3s16 pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue