mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
Fix potatoes stage 2 hitbox
This commit is contained in:
parent
a4b4e4de69
commit
3839250b38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user