sound fix for simplenode

This commit is contained in:
D00Med 2016-11-08 14:28:21 +10:00
parent b3fd026ea9
commit e129064877

View File

@ -1819,7 +1819,7 @@ minetest.register_node("vehicles:"..name, {
groups = {cracky=1},
paramtype2 = "facedir",
light_source = light,
default.node_sound_stone_defaults(),
sound = default.node_sound_stone_defaults(),
})
end