Fix sound passing for stairs.

This commit is contained in:
Auke Kok 2017-12-19 21:17:14 -08:00
parent 3f2c30ec2e
commit 8008b8cbdc
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ stairs.register_stair_and_slab("brick", "nether:brick",
{"nether_brick.png"},
"nether stair",
"nether slab",
sounds = default.node_sound_stone_defaults())
default.node_sound_stone_defaults())
local function replace(old, new)
for i=1,8 do