Add TNT sounds

This commit is contained in:
Wuzzy 2017-01-05 00:18:59 +01:00
parent b105e42035
commit b55b88bf96
1 changed files with 2 additions and 1 deletions

View File

@ -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)