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")
|
spawn_tnt(p, "tnt:tnt")
|
||||||
nodeupdate(p)
|
nodeupdate(p)
|
||||||
end),
|
end),
|
||||||
}}
|
}},
|
||||||
|
sounds = default.node_sound_wood_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_on_punchnode(function(p, node)
|
minetest.register_on_punchnode(function(p, node)
|
||||||
|
|
Loading…
Add table
Reference in a new issue