Michiyo-AutoWater icon

AutoWater

Automatically waters pots that are under 30%. Scans every 60 seconds.

Last updated 2 weeks ago
Total downloads 3982
Total rating 1 
Categories Mods Misc Mono
Dependency string Michiyo-AutoWater-0.3.0
Dependants 0 other packages depend on this package

README

AutoWater

AutoWater is a quality-of-life mod for Schedule I that automatically activates nearby sprinklers when nearby pots are low on water.

Created by Michiyo, this mod helps automate your garden management without constant manual watering.


๐Ÿ’ก Features

  • ๐ŸŒฑ Automatically waters pots that fall below 30% water level
  • ๐Ÿšฟ Uses in-game sprinklers intelligently, only when needed
  • ๐Ÿง  Safe logic โ€” only activates sprinklers with valid pots that contain soil
  • โš™๏ธ Configurable check interval and water threshold via MelonPreferences

โš™๏ธ Configuration

AutoWater writes settings to your MelonPreferences.cfg under [AutoWater].

Hereโ€™s what it looks like: [AutoWater]

WaterThreshold = 0.3 # Water pots when they fall below this percentage. Default is 0.3 (30%)

CheckInterval = 10.0 # Time (in seconds) between sprinkler checks

You can safely modify these values while the game is not running.

๐Ÿ”ง Installation

  1. Make sure you have MelonLoader installed for Schedule I
  2. Download AutoWater.dll
  3. Place it in your gameโ€™s Mods/ folder
  4. Launch the game

โœ… Compatibility

  • ๐ŸŽฎ Game: Schedule I
  • ๐Ÿง  Framework: Mono (not IL2CPP)

๐Ÿ“œ License

This mod is provided as-is, free to use and modify. Attribution is appreciated but not required.


โค๏ธ Credits

  • laceihaim โ€“ original concept (IL2CPP)
  • Michiyo โ€“ implementation, debugging, and feature expansion