mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Add TNT sounds
This commit is contained in:
parent
b105e42035
commit
b55b88bf96
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ minetest.register_node("tnt:tnt", {
|
|||
spawn_tnt(p, "tnt:tnt")
|
||||
nodeupdate(p)
|
||||
end),
|
||||
}}
|
||||
}},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_on_punchnode(function(p, node)
|
||||
|
|
Loading…
Reference in a new issue