Compare commits

...

2 Commits

Author SHA1 Message Date
kay27 a11b005e03 Merge remote-tracking branch 'origin/master' into testing 2022-07-28 22:15:54 +03:00
kay27 98f07025b9 #386 Add Polished Stone Stairs 2022-07-26 13:58:01 +03:00
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"},