Small collision box

master
James Stevenson 2016-07-31 21:34:13 -04:00
parent 4f6611ffb7
commit d7145af91b
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ minetest.register_entity("grenade:grenade", {
physical = true,
collide_with_objects = true,
weight = 5,
collisionbox = {-0.25, -0.25, -0.25, 0.25, 0.25, 0.25},
textures = {"default_coal_lump.png"},
on_activate = function(self, staticdata)
self.timer = 0