summaryrefslogtreecommitdiff
path: root/src/dungeongen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeongen.h')
-rw-r--r--src/dungeongen.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/dungeongen.h b/src/dungeongen.h
index 30786b9f3..4bd208330 100644
--- a/src/dungeongen.h
+++ b/src/dungeongen.h
@@ -48,8 +48,14 @@ struct DungeonParams {
content_t c_stair;
bool diagonal_dirs;
+ bool only_in_ground;
v3s16 holesize;
- v3s16 roomsize;
+ u16 corridor_len_min;
+ u16 corridor_len_max;
+ v3s16 room_size_min;
+ v3s16 room_size_max;
+ v3s16 room_size_large_min;
+ v3s16 room_size_large_max;
u16 rooms_min;
u16 rooms_max;
s16 y_min;