From c0edb8e313590efcf473e02ab46dd967774386d0 Mon Sep 17 00:00:00 2001 From: paramat Date: Wed, 13 May 2015 00:33:41 +0100 Subject: Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeons --- src/mapgen.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mapgen.h') diff --git a/src/mapgen.h b/src/mapgen.h index 5be004e9f..b7fecb7a4 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -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; -- cgit v1.2.3