
AutoWater
Automatically waters pots that are under 30%. Scans every 60 seconds.Details
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