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:
parent
fea78bdf54
commit
fb610ffa59
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user