From 3839250b383121a842ef03a125090a8767d84500 Mon Sep 17 00:00:00 2001 From: SmokeyDope Date: Fri, 17 Mar 2023 23:50:02 +0000 Subject: [PATCH] Fix potatoes stage 2 hitbox --- mods/ITEMS/mcl_farming/potatoes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_farming/potatoes.lua b/mods/ITEMS/mcl_farming/potatoes.lua index 50bb66a3b..c3ac90836 100644 --- a/mods/ITEMS/mcl_farming/potatoes.lua +++ b/mods/ITEMS/mcl_farming/potatoes.lua @@ -12,7 +12,7 @@ for i=1, 7 do selbox = { -0.5, -0.5, -0.5, 0.5, -2/16, 0.5 } else texture = "mcl_farming_potatoes_stage_2.png" - selbox = { -0.5, -0.5, -0.5, 0.5, 2/16, 0.5 } + selbox = { -0.5, -0.5, -0.5, 0.5, -2/16, 0.5 } end local create, name, longdesc