From e033b6e6e3507dd9bd3271c19c930cc01210486a Mon Sep 17 00:00:00 2001 From: JThomasDevs <95548936+JThomasDevs@users.noreply.github.com> Date: Sun, 22 Feb 2026 22:52:24 -0700 Subject: [PATCH] update lazy-farming (#10635) * Update lazy-farming Fairy Rings! * Update lazy-farming Various methods of teleportation added across multiple locations. This includes: Farming Skillcape Fishing Skillcape Amulet of Glory More Spirit Trees The second in a series of updates to address [#62](https://github.com/Speaax/Farming-Helper/issues/62). * Update lazy-farming - Add Farming Skillcape teleport for Farming Guild trees - Add Slayer Ring teleport for Gnome Stronghold trees - Add Normal POH Tab and Games Necklace (Burthorpe) for Taverley trees - Add corresponding config enum options * Update lazy-farming - Introduced Farming Skillcape and Slayer Ring teleport options for the Farming Guild and Gnome Stronghold for Fruit tree runs - Added Brimhaven POH Tab and Spirit Tree teleport options for Brimhaven. - Updated EasyFarmingConfig to reflect changes in teleport options. - Refactored teleport logic to utilize a base teleport crystal constant for consistency. * Update lazy-farming Hops teleport options updates * Update lazy-farming Addresses issues [#66](https://github.com/Speaax/Farming-Helper/issues/66), [#67](https://github.com/Speaax/Farming-Helper/issues/68), and [#68](https://github.com/Speaax/Farming-Helper/issues/68). --- plugins/lazy-farming | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lazy-farming b/plugins/lazy-farming index 94bda7bc6..3f1ed9f3b 100644 --- a/plugins/lazy-farming +++ b/plugins/lazy-farming @@ -1,3 +1,3 @@ repository=https://github.com/Speaax/Farming-Helper.git -commit=05f8f8510a3e9173cd0033347c60298c6c154430 +commit=adb5e22c5892d3dfc936d5ba2d5dc3d3cdb19455 authors=Speaax, JThomasDevs