1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-20 11:35:21 +02: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;