Fix using the wrong sound for moreblocks stairs

master
LoneWolfHT 2020-05-20 10:40:02 -07:00
parent 7b405a49a9
commit eeea2272e4
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ if minetest.get_modpath("moreblocks") then
tiles = {"lavastuff_block.png"},
groups = {cracky = 2, level = 2},
light_source = 4,
sounds = default and default.node_sound_wood_defaults(),
sounds = default and default.node_sound_stone_defaults(),
})
end