From f872517f0e0fc9b700aaa2d9f44391d51094197a Mon Sep 17 00:00:00 2001 From: JThomasDevs <95548936+JThomasDevs@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:17:48 -0700 Subject: [PATCH] update lazy-farming (#9489) * Create easyfarming * Update easyfarming * Update easyfarming * Added authors Added authors line to reflect new maintainer addition (JThomasDevs) * Update Lazy Farming commit hash * Delete plugins/easyfarming * Update commit hash in lazy-farming plugin * Final API Updates All API calls are now up to date as of 10/23/2025. * Add Civitas herb patch + other fixes added civitas illa fortis herb patch to herb runs. combo runes now correctly detect when in inventory but not in rune pouch. skills necklaces now count required charges rather than requiring multiple necklaces. * compilation fix * Various fixes most items now detect correctly when equipped - the notable exception is explorers ring for now. WIP restructure of project architecture. Added coins as a requirement when using captain barnaby. --- plugins/lazy-farming | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lazy-farming b/plugins/lazy-farming index 6513ed532..761506c60 100644 --- a/plugins/lazy-farming +++ b/plugins/lazy-farming @@ -1,3 +1,3 @@ repository=https://github.com/Speaax/Farming-Helper.git -commit=562e900c05a3d96ad695c617e8a6884f12126db5 +commit=7bc40e73f42642f3b303a6df43bd81e85f5bb663 authors=Speaax, JThomasDevs