mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-16 12:52:27 +01:00
Add TNT sounds
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user