From ae929ce2fdcfcfc95cffece35f3d38ea4d96dd9f Mon Sep 17 00:00:00 2001 From: paramat Date: Mon, 23 Jan 2017 08:07:34 +0000 Subject: 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. --- src/mapgen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapgen.h') 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; -- cgit v1.2.3