mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Mgv6: Add stairs to desert stone dungeons
As with the other mapgens, now that wide stairs in dungeons are possible we can now finally add stairs to desert stone dungeons. Re-order some lines.
This commit is contained in:
@@ -123,6 +123,7 @@ public:
|
||||
content_t c_cobble;
|
||||
content_t c_mossycobble;
|
||||
content_t c_stair_cobble;
|
||||
content_t c_stair_desert_stone;
|
||||
|
||||
MapgenV6(int mapgenid, MapgenV6Params *params, EmergeManager *emerge);
|
||||
~MapgenV6();
|
||||
|
Reference in New Issue
Block a user