summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2017-01-23 08:07:34 +0000
committerparamat <mat.gregory@virginmedia.com>2017-01-26 20:18:54 +0000
commitae929ce2fdcfcfc95cffece35f3d38ea4d96dd9f (patch)
tree20229f26bd31761ad246d724fd1eb3adc406f532 /src/mapgen.h
parentc268db7b46645b8000bd77ce80e919080a75f152 (diff)
downloadminetest-ae929ce2fdcfcfc95cffece35f3d38ea4d96dd9f.tar.gz
minetest-ae929ce2fdcfcfc95cffece35f3d38ea4d96dd9f.tar.bz2
minetest-ae929ce2fdcfcfc95cffece35f3d38ea4d96dd9f.zip
Dungeons: Add nodebox stairs to desert and sandstone dungeons
Desert and sandstone dungeons have 2 node wide corridors. Previously, nodebox stairs were disabled because dungeon generation code did not support nodebox stairs wider than 1 node, now it does. Add 'stair desert stone' content id to MappgenBasic. Requires 'mapgen stair desert stone' to be added to Minetest Game.
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index b18bfb930..a95e1942a 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -266,6 +266,7 @@ protected:
content_t c_cobble;
content_t c_stair_cobble;
content_t c_mossycobble;
+ content_t c_stair_desert_stone;
content_t c_sandstonebrick;
content_t c_stair_sandstonebrick;