mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 20:31:23 +00:00
Allow mossy cobble slabs to combine (#1791)
This commit is contained in:
parent
120e96938d
commit
36d024a716
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ stairs.register_stair_and_slab(
|
|||
|
||||
stairs.register_stair_and_slab(
|
||||
"mossycobble",
|
||||
nil,
|
||||
"default:mossycobble",
|
||||
{cracky = 3},
|
||||
{"default_mossycobble.png"},
|
||||
"Mossy Cobblestone Stair",
|
||||
|
|
Loading…
Add table
Reference in a new issue