Fix potatoes stage 2 hitbox

This commit is contained in:
SmokeyDope 2023-03-17 23:50:02 +00:00 committed by Gitea
parent a4b4e4de69
commit 3839250b38
1 changed files with 1 additions and 1 deletions

View File

@ -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