#386 Add Polished Stone Stairs

This commit is contained in:
kay27 2022-07-26 13:58:01 +03:00
parent 797a7d22e1
commit 98f07025b9
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Double Dark Oak Wood Slab=
Stone Stairs=
Stone Slab=
Double Stone Slab=
Polished Stone Stairs=
Polished Stone Slab=
Double Polished Stone Slab=
Andesite Stairs=

View File

@ -32,6 +32,12 @@ end
mcl_stairs.register_stair_and_slab_simple("stone_rough", "mcl_core:stone", S("Stone Stairs"), S("Stone Slab"), S("Double Stone Slab"))
mcl_stairs.register_stair("stone", "mcl_core:stone_smooth",
{pickaxey=1, material_stone=1},
{"mcl_stairs_stone_slab_top.png", "mcl_stairs_stone_slab_top.png", "mcl_stairs_stone_slab_side.png"},
S("Polished Stone Stairs"),
mcl_sounds.node_sound_stone_defaults(), 0.8, 0.8,
nil, "mcl_core:stone_smooth")
mcl_stairs.register_slab("stone", "mcl_core:stone_smooth",
{pickaxey=1, material_stone=1},
{"mcl_stairs_stone_slab_top.png", "mcl_stairs_stone_slab_top.png", "mcl_stairs_stone_slab_side.png"},