From 8a9d96b526757437042e72d0907813f565631d03 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 11 Jun 2020 15:41:24 +0100 Subject: [PATCH] fix hoe bomb collisionbox --- hoes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoes.lua b/hoes.lua index f9af464..78e35f1 100644 --- a/hoes.lua +++ b/hoes.lua @@ -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 = "",