mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 07:41:06 +01:00
Stop tnt colliding with entities (#4476)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4476 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: WillConker <waj01@joanes.net> Co-committed-by: WillConker <waj01@joanes.net>
This commit is contained in:
parent
1c5f7d05fe
commit
293eb6d021
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ minetest.register_node("mcl_tnt:tnt", {
|
|||
local TNT = {
|
||||
-- Static definition
|
||||
physical = true, -- Collides with things
|
||||
collide_with_objects = false,
|
||||
--weight = -100,
|
||||
collisionbox = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 },
|
||||
visual = "cube",
|
||||
|
|
Loading…
Reference in a new issue