Remove stone stair

This commit is contained in:
Wuzzy 2017-02-07 19:55:49 +01:00
parent 10510d1ca8
commit 0112c61c83
2 changed files with 1 additions and 3 deletions

View File

@ -662,7 +662,6 @@ for _,v in ipairs({
end end
for _,v in ipairs({ for _,v in ipairs({
"stone",
"cobble", "cobble",
"brick_block", "brick_block",
"sandstone", "sandstone",

View File

@ -263,10 +263,9 @@ stairs.register_slab("oakwood", "mcl_core:darkwood",
"Dark Oak Wood Slab", "Dark Oak Wood Slab",
mcl_core.node_sound_wood_defaults()) mcl_core.node_sound_wood_defaults())
stairs.register_stair_and_slab("stone", "mcl_core:stone", stairs.register_slab("stone", "mcl_core:stone",
{cracky=3}, {cracky=3},
{"default_stone.png"}, {"default_stone.png"},
"Stone Stairs",
"Stone Slab", "Stone Slab",
mcl_core.node_sound_stone_defaults()) mcl_core.node_sound_stone_defaults())