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:
parent
f1ab42fdff
commit
e10e5fd16c
2 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue