Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"

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
- 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