Movestone servo-motor sound

This commit is contained in:
Eric 2019-10-10 00:24:14 -04:00
parent b7873e8e02
commit a91dab4cce
2 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ function mesecon.register_movestone(name, def, is_sticky, is_vertical)
mesecon.on_dignode(pos, node)
mesecon.on_placenode(frontpos, node)
minetest.get_node_timer(frontpos):start(timer_interval)
minetest.sound_play("movestone", {pos = pos, max_hear_distance = 20, gain = 0.5,})
-- ### Step 3: If sticky, pull stack behind ###
if is_sticky then

Binary file not shown.