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
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
SeedCropFarmer problem. When script harvest last crop, it move to barrel, it put them to barrel and then start picking up ground object and stockpiling. But this not works for flax and hemp, if you harvesting them, script start picking ground items just after last crop harvest, with inventiry full of seeds. And if you inventory have only a few slots for fibres, it is easier to stop script and run StockpileFiller.java instead.
I browsed repo and found, that it could be becasue this commit https://github.com/Cediner/ArdClient/commit/7679e8b3cdd099841ba8535db87d27d8e9a022c6
But i`m not sure
Describe the solution you'd like
Have no idea, because skipping flax and hemp could be workaroung fix for some bigger bug from that commit.
Is your feature request related to a problem? Please describe.
SeedCropFarmer problem. When script harvest last crop, it move to barrel, it put them to barrel and then start picking up ground object and stockpiling. But this not works for flax and hemp, if you harvesting them, script start picking ground items just after last crop harvest, with inventiry full of seeds. And if you inventory have only a few slots for fibres, it is easier to stop script and run StockpileFiller.java instead.
I browsed repo and found, that it could be becasue this commit
https://github.com/Cediner/ArdClient/commit/7679e8b3cdd099841ba8535db87d27d8e9a022c6
But i`m not sure
Describe the solution you'd like
Have no idea, because skipping flax and hemp could be workaroung fix for some bigger bug from that commit.
Additional context
And also it would be cool if after harvest stage would be something like https://github.com/Cediner/ArdClient/tree/Unstable/src/haven/automation/EquipSacks.java