From 6cb31cdb1e3f5f190dd06fded98a7d0766632b67 Mon Sep 17 00:00:00 2001 From: JThomasDevs <95548936+JThomasDevs@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:28:56 -0600 Subject: [PATCH] update lazy-farming (#10816) * 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). * Custom Runs! Total UI overhaul * build fix --- plugins/lazy-farming | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lazy-farming b/plugins/lazy-farming index 3f1ed9f3b..21227296e 100644 --- a/plugins/lazy-farming +++ b/plugins/lazy-farming @@ -1,3 +1,3 @@ repository=https://github.com/Speaax/Farming-Helper.git -commit=adb5e22c5892d3dfc936d5ba2d5dc3d3cdb19455 +commit=2de79229614ec3e2a3eadae9506aae92d27a8764 authors=Speaax, JThomasDevs