Add rail sounds

This commit is contained in:
Wuzzy 2017-02-08 01:22:38 +01:00
parent 307832e101
commit 03351895f3
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@ minetest.register_node("mcl_minecarts:golden_rail", {
minetest.get_meta(pos):set_string("cart_acceleration", "0.5")
end
end,
sounds = mcl_core.node_sound_defaults(),
mesecons = {
effector = {
action_on = function(pos, node)