1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Dungeons: Use 'block' instead of 'brick' for nodebox stairs

Affects only sandstone dungeons. Nodebox stairs made from
'sandstone_block' look better because every step is undivided.
This commit is contained in:
paramat 2017-03-04 05:10:10 +00:00
parent f1ab42fdff
commit e10e5fd16c
2 changed files with 10 additions and 10 deletions

View file

@ -268,7 +268,7 @@ protected:
content_t c_mossycobble;
content_t c_stair_desert_stone;
content_t c_sandstonebrick;
content_t c_stair_sandstonebrick;
content_t c_stair_sandstone_block;
int ystride;
int zstride;