add lavacooling sounds

This commit is contained in:
HybridDog 2013-06-08 17:25:35 +02:00
parent 29f1f01f37
commit 0d34908dc1
4 changed files with 2 additions and 0 deletions

View file

@ -124,10 +124,12 @@ minetest.register_on_punchnode(on_punchnode)
default.cool_lava_source = function(pos)
minetest.set_node(pos, {name="default:obsidian"})
minetest.sound_play("default_cool_lava", {pos = pos, gain = 0.1, max_hear_distance = 5})
end
default.cool_lava_flowing = function(pos)
minetest.set_node(pos, {name="default:stone"})
minetest.sound_play("default_cool_lava", {pos = pos, gain = 0.1, max_hear_distance = 5})
end
minetest.register_abm({

Binary file not shown.

Binary file not shown.

Binary file not shown.