forked from VoxeLibre/VoxeLibre
Add TNT sounds
This commit is contained in:
parent
b105e42035
commit
b55b88bf96
|
@ -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…
Reference in New Issue