andyruwruw / stardew-valley-water-bot

Sit back and watch the bot water your crops using A* and TSP Greedy.
https://www.nexusmods.com/stardewvalley/mods/8167
MIT License
11 stars 3 forks source link

Feature Request: Implement Watering Can Upgrades #3

Open erb13020 opened 2 years ago

erb13020 commented 2 years ago

This isn't a bug, so apologies for not using the template.

I think a great feature for this mod would be to utilize any watering can upgrade to reduce the time and resource costs when watering.

For example, instead of using the 1x1 water action of a regular watering can use the 3x3 watering action of the golden can if a 3x3 plot of tiles is found.

andyruwruw commented 2 years ago

It's a goal! I started working on stardew-valley-bot-framework which would allow me to make tons of different kinds of bots, more stable, and add features like that. But work got stalled for a long time. This repo is still here, but stardew-valley-bot-framework will be its successor.