diff --git a/crops/cocoa.lua b/crops/cocoa.lua index db555a5..ee1cfce 100644 --- a/crops/cocoa.lua +++ b/crops/cocoa.lua @@ -168,7 +168,7 @@ minetest.register_on_generated(function(minp, maxp) if dir == 1 then pos.x = pos.x + 1 elseif dir == 2 then pos.x = pos.x - 1 elseif dir == 3 then pos.z = pos.z + 1 - elseif dir == 4 then pos.z = pos.z -1 + elseif dir == 4 then pos.z = pos.z - 1 end if dir < 5 diff --git a/textures/farming_burger.png b/textures/farming_burger.png index 59bc340..652f36a 100644 Binary files a/textures/farming_burger.png and b/textures/farming_burger.png differ