forked from mtcontrib/maidroid
Update farming core
This commit is contained in:
parent
aae13499f1
commit
058665db83
@ -42,7 +42,6 @@ local function is_mowable_place(pos)
|
||||
return false
|
||||
end
|
||||
|
||||
do -- register farming core
|
||||
|
||||
local walk_randomly, walk_to_plant_and_mow_common, plant, mow
|
||||
local to_walk_randomly, to_walk_to_plant, to_walk_to_mow, to_plant, to_mow
|
||||
@ -289,5 +288,3 @@ do -- register farming core
|
||||
on_pause = on_stop,
|
||||
on_step = on_step,
|
||||
})
|
||||
|
||||
end -- register farming core
|
||||
|
Loading…
Reference in New Issue
Block a user