mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Update init.lua
Add Quartz Stair and Slab
This commit is contained in:
parent
9eaf777de7
commit
94b687ab70
1 changed files with 7 additions and 0 deletions
|
@ -260,3 +260,10 @@ stairs.register_stair_and_slab("stonebrick", "default:stonebrick",
|
|||
"Stone Brick Stair",
|
||||
"Stone Brick Slab",
|
||||
default.node_sound_stone_defaults())
|
||||
|
||||
stairs.register_stair_and_slab("quartz", "default:quartz",
|
||||
{cracky=3},
|
||||
{"default_quartz_block.png"},
|
||||
"Quartz Stair",
|
||||
"Quartz Slab",
|
||||
default.node_sound_stone_defaults())
|
||||
|
|
Loading…
Add table
Reference in a new issue