Skip to content
Snippets Groups Projects
Commit 5e2902fd authored by Sfan5's avatar Sfan5 Committed by BlockMen
Browse files

Add Desertstone / Desert Cobblestone stairs & slabs

parent 43b1608f
No related branches found
No related tags found
No related merge requests found
......@@ -229,8 +229,22 @@ stairs.register_stair_and_slab("stone", "default:stone",
stairs.register_stair_and_slab("cobble", "default:cobble",
{cracky=3},
{"default_cobble.png"},
"Cobble Stair",
"Cobble Slab",
"Cobblestone Stair",
"Cobblestone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("desert_stone", "default:desert_stone",
{cracky=3},
{"default_desert_stone.png"},
"Desertstone Stair",
"Desertstone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("desert_cobble", "default:desert_cobble",
{cracky=3},
{"default_desert_cobble.png"},
"Desert Cobblestone Stair",
"Desert Cobblestone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("brick", "default:brick",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment