Allow mossy cobble slabs to combine (#1791)
This commit is contained in:
parent
120e96938d
commit
36d024a716
|
@ -349,7 +349,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…
Reference in New Issue