Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow mossy cobble slabs to combine (#1791)
  • Loading branch information
jhcole authored and SmallJoker committed Jun 22, 2017
1 parent 120e969 commit 36d024a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/stairs/init.lua
Expand Up @@ -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",
Expand Down

4 comments on commit 36d024a

@paramat
Copy link
Contributor

@paramat paramat commented on 36d024a Jun 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was nil for a reason 2199be5 #1118 #1120

@SmallJoker
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paramat This PR is just an extension for PR 1120, as the players seem to want to craft them. There's nothing wrong with crafting mossy stairs or slabs from entire nodes and backwards.

@paramat
Copy link
Contributor

@paramat paramat commented on 36d024a Jun 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree.
Should we remove the code which copes with 'nil' too?

@SmallJoker
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that one can be left this way, if a modder really wants to add such special stairs or slabs (they'll always find an use for it).

Please sign in to comment.