Windows LOST MY WATERING CAN

MONTSEMO

Newcomer
(v16.15 build 24354)
its been literally two seasons in game and i still haven't found it yet. i've searched EVERYWHERE. I check all of my chests every day, i've searched on the lost and found box at the mayor's manor, on every single fridge there is, even Gus' fridge, on every auto-grabber i have, on ginger island, Clint doesn't have it neither Marlon on the recovery service, i've searched on the museum even. IM DESPERATE!!
 

Pathoschild

Developer
Hi! Here's how to find an item on PC:
  1. Install SMAPI. (You can safely uninstall it after if you don't want mods.)
  2. Load the affected save.
  3. In the SMAPI console window, enter this command:
    Code:
    debug whereItem "Watering Can"
That will list every item in the world with that text in the name. For example:
Code:
> debug whereItem "bed"

Found 3 items matching name 'bed':
  - Farm > Farmhouse at 59, 12 > FarmHouse > GameLocation (FarmHouse): furniture > Double Bed at 42, 22 ((F)2052)
  - Farm > Farmhouse at 59, 12 > FarmHouse > GameLocation (FarmHouse): furniture > Child Bed at 41, 14 ((F)2076)
  - Farm > Farmhouse at 59, 12 > FarmHouse > GameLocation (FarmHouse): furniture > Child Bed at 37, 14 ((F)2076)
The numbers (like "59, 12") are tile coordinates. You can use the Debug Mode mod to see tile coordinates in-game if you need help finding them.

If you don't use mods, feel free to message me or come ask on Discord.
 
Top