From 6baf5e7c025d9fd99dbdfdde869b911e3da60906 Mon Sep 17 00:00:00 2001 From: WhiteFang Date: Sat, 30 Jul 2022 21:36:12 +0200 Subject: [PATCH] [Resource Stash Withdrawal] Added information to the READMEs that it also shows stash counts in the tooltips --- README.md | 1 + Thunderstone/ResourceStashWithdrawal/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c32ec4..af50030 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ When a player drinks a potion or brew, an empty container (glass bottle or cante ## Resource Stash Withdrawal A server & client side mod that allows players to withdraw items for a recipe directly from their stash. +This mod also adds the stash count of items to the tooltips (given that you're in/near your base) When a player is at a crafting or other workstation, he/she can click on the recipe or an individual component of a recipe with their middle-mouse button to withdraw the missing item(s) directly from their stash. (The withdraw the full amount, CTRL+Middle Mouse Button can be used) diff --git a/Thunderstone/ResourceStashWithdrawal/README.md b/Thunderstone/ResourceStashWithdrawal/README.md index 3082a13..856732c 100644 --- a/Thunderstone/ResourceStashWithdrawal/README.md +++ b/Thunderstone/ResourceStashWithdrawal/README.md @@ -1,5 +1,6 @@ # Resource Stash Withdrawal A server & client side mod that allows players to withdraw items for a recipe directly from their stash. +This mod also adds the stash count of items to the tooltips (given that you're in/near your base) When a player is at a crafting or other workstation, he/she can click on the recipe or an individual component of a recipe with their middle-mouse button to withdraw the missing item(s) directly from their stash. (The withdraw the full amount, CTRL+Middle Mouse Button can be used)