Remove collisionbox from the smoke

master
PilzAdam 2012-08-29 17:28:00 +02:00
parent 80d67725bf
commit 457389f755
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ minetest.register_entity("tnt:smoke", {
physical = true,
visual = "sprite",
textures = {"tnt_smoke.png"},
collisionbox = {0,0,0,0,0,0},
timer = 0,
time = 5,