From 483fedb29531ab765dfc5b66f9bfeb4c4a9ef7e9 Mon Sep 17 00:00:00 2001 From: KludensVogter Date: Sat, 8 Aug 2026 18:19:50 +0200 Subject: [PATCH 1/2] Create recipe-checklist A RuneLite plugin that turns "things I want to make" into a live materials checklist, in the same spirit as Quest Helper's item requirements. Search for something you want to make, set how many, and add it. Each goal becomes a collapsible tab showing have / need per material, green once you have enough, counting your inventory and (optionally) your bank. Collapsed tabs still show how many materials are ready, and the whole list survives logout. Bank contents can only be read while the bank is open, so those counts refresh the first time you open a bank after logging in. Turn bank counting off in the plugin settings to track your inventory only. --- plugins/recipe-checklist | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/recipe-checklist diff --git a/plugins/recipe-checklist b/plugins/recipe-checklist new file mode 100644 index 000000000000..c0e9b837526c --- /dev/null +++ b/plugins/recipe-checklist @@ -0,0 +1,2 @@ +repository=https://github.com/KludensVogter/Recipes_Checklist.git +commit=77c4819a81a32ed8a957b26d1d66a7f1b9dd8be5 From 8de85ade7d756005727418b745911ad9396900be Mon Sep 17 00:00:00 2001 From: KludensVogter Date: Sat, 8 Aug 2026 20:43:44 +0200 Subject: [PATCH 2/2] Add recipe-checklist --- plugins/recipe-checklist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/recipe-checklist b/plugins/recipe-checklist index c0e9b837526c..39a4c8976cbc 100644 --- a/plugins/recipe-checklist +++ b/plugins/recipe-checklist @@ -1,2 +1,2 @@ repository=https://github.com/KludensVogter/Recipes_Checklist.git -commit=77c4819a81a32ed8a957b26d1d66a7f1b9dd8be5 +commit=b070d7d0f03e91f849abcb4011cdd70c8f84f038