Allow mossy cobble slabs to combine

* backported https://github.com/minetest/minetest_game/pull/1791
* fixed https://github.com/minetest/minetest_game/issues/1790
This commit is contained in:
John Cole 2017-06-22 14:38:02 -04:00 committed by Герхард PICCORO Lenz McKAY
parent fea78bdf54
commit fb610ffa59

View File

@ -347,7 +347,7 @@ stairs.register_stair_and_slab(
stairs.register_stair_and_slab( stairs.register_stair_and_slab(
"mossycobble", "mossycobble",
nil, "default:mossycobble",
{cracky = 3}, {cracky = 3},
{"default_mossycobble.png"}, {"default_mossycobble.png"},
"Mossy Cobblestone Stair", "Mossy Cobblestone Stair",