mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00: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:
parent
2d03cfd24c
commit
8e4c11406e
2 changed files with 16 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue