Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
This package has been marked as deprecated, and it's suggested another
alternative is used.

AutoWater
Automatically waters pots that are under 30%. Scans every 10 seconds.
Last updated | 3 months ago |
Total downloads | 39 |
Total rating | 1 |
Categories | Mods Misc Mono |
Dependency string | PCLogix-AutoWater-0.1.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
- Make sure you have MelonLoader installed for Schedule I
- Download
AutoWater.dll
- Place it in your gameโs
Mods/
folder - 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