Stopped tnt colliding with entities

This commit is contained in:
WillConker 2024-07-01 12:22:26 +01:00
parent 026ea5940c
commit 10ae5e9e3a
1 changed files with 1 additions and 0 deletions

View File

@ -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",