You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of factorio 0.13.10 using find_entities with area = { {x,y},{x,y} } is now longer working.
To fix this you should simply specify: position = {x,y} for this case.
Error while running event on_tick (ID 0)
An area of zero size is not supported. Either don't define area to search the entire surface or use 'position'.
stack traceback:
__Surfaces__/script/lib/api.lua:322: in function 'find_entities'
__Surfaces__/script/lib/pair-util.lua:144: in function 'clear_ground'
__Surfaces__/script/lib/pair-util.lua:95: in function 'create_paired_entity'
__Surfaces__/script/events.lua:250: in function '?'
__Surfaces__/script/events.lua:40: in function 'on_tick'
__Surfaces__/control.lua:171: in function <__Surfaces__/control.lua:171>
Thanks for the great mod!
Please also update the versions on mods.factorio.com.
The text was updated successfully, but these errors were encountered:
Wait I came to the wrong repo here somehow. Report is invalid ;)
But I had an issue due to the older version of treefarm on mods.factorio.com so please upload the newest version of Treefarm there also. Thanks!
As of factorio 0.13.10 using find_entities with area = { {x,y},{x,y} } is now longer working.
To fix this you should simply specify: position = {x,y} for this case.
Thanks for the great mod!
Please also update the versions on mods.factorio.com.
The text was updated successfully, but these errors were encountered: