fix hoe bomb collisionbox

This commit is contained in:
TenPlus1 2020-06-11 15:41:24 +01:00
parent d021cb639b
commit 8a9d96b526
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ minetest.register_entity("farming:hoebomb_entity", {
visual = "sprite",
visual_size = {x = 1.0, y = 1.0},
textures = {"farming_hoe_bomb.png"},
collisionbox = {0,0,0,0,0,0},
collisionbox = {-0.1,-0.1,-0.1,0.1,0.1,0.1},
lastpos = {},
player = "",