Add lavacooling sounds

This commit is contained in:
HybridDog
2013-06-08 17:25:35 +02:00
committed by PilzAdam
부모 c4bb058421
커밋 6fed6867cb
4개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -132,10 +132,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.25})
end
default.cool_lava_flowing = function(pos)
minetest.set_node(pos, {name="default:stone"})
minetest.sound_play("default_cool_lava", {pos = pos, gain = 0.25})
end
minetest.register_abm({

Binary file not shown.

Binary file not shown.

Binary file not shown.