1
0
Fork 0
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:
paramat 2015-05-13 00:33:41 +01:00
parent 3ffb5f5761
commit c0edb8e313
5 changed files with 69 additions and 34 deletions

View file

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