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

BetterChemStationsIl2cpp
Automatically filters Chemistry Station slots based on selected recipes. Slots accept the correct ingredients of any quality level, making chemistry tasks quicker and less error-prone. Works when loading stations or changing recipes.
Last updated | 3 weeks ago |
Total downloads | 1651 |
Total rating | 0 |
Categories | IL2CPP |
Dependency string | Puffed-BetterChemStationsIl2cpp-1.2.2 |
Dependants | 2 other packages depend on this package |
This mod requires the following mods to function

LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.0README
Better Chemistry Stations
A MelonLoader mod for Schedule I that automatically filters Chemistry Station slots based on the selected recipe.
Important Version Information
Note: This mod now supports both game branches:
- For the Main branch (0.3.4f4): Use the version tagged with "IL2" in the release name
- For the Alternate branch (0.3.4f4 Alternate): Use the standard version
Make sure to download the correct version for your game branch!
Features
- Smart Slot Filtering: Chemistry Station input slots will only accept ingredients required by the selected recipe
- Quality-Aware: Accepts ingredients of any quality level (1-5 stars) as long as they match the required item type
- Improved Workflow: No more accidentally putting the wrong ingredients in the wrong slots!
- Works Automatically: Filters update whenever you change recipes or load a saved game
- Zero Configuration: Works right out of the box with no setup needed
Quick Start Guide
- Install the mod following the instructions below
- Launch the game and enjoy filtered Chemistry Stations!
Filters are applied in two ways:
- When a station is first loaded in your game
- When you change a recipe using the Management Clipboard
That's it! The slots will filter ingredients based on the recipe selected, allowing any quality level of the required items.
Why You Need This
Ever get frustrated putting the wrong ingredients in your Chemistry Station? This mod solves that problem by:
- Clearly showing which ingredients belong in which slots
- Preventing you from placing incorrect items
- Accepting any quality level of the required ingredients (great for using up lower quality items!)
- Saving time and reducing errors in your chemistry workflows
If you have suggestions for additional features, please share them on the issues page!
Installation
- Install MelonLoader for Schedule I
- Download the latest version of BetterChemStations from the Releases page:
- For Main branch: Download the version with "IL2" in the name
- For Alternate branch: Download the standard version
- Place the appropriate
BetterChemStations.dll
in yourSchedule I/Mods
folder - Launch the game and enjoy!
How It Works
When a Chemistry Station loads or its recipe changes:
- The mod detects which ingredients are required for the recipe
- Each input slot is configured to only accept its corresponding ingredient, regardless of quality level
- The game's existing item system handles the rest, showing valid items highlighted and invalid items dimmed
Item Quality Support
Version 1.2.0 adds support for different quality levels:
- The mod now filters by item ID only, ignoring quality requirements
- This means you can use a 1-star ingredient even if the recipe shows a 3-star one
- Great for using up lower quality materials or making high-quality items with better ingredients
Here's what it looks like in action:
Configuration (Optional)
This mod works without any configuration, but for troubleshooting purposes, you can enable debug logging.
After running the mod once, a configuration file will be created at Schedule I/UserData/MelonPreferences.cfg
.
Configuration Options
- DebugMode (Default:
false
) - Enable detailed logging for troubleshooting
Example configuration:
[BetterChemStations]
DebugMode = false
Compatibility
- Works with Schedule I version 0.3.4f4 (Alternate version)
- Works with Schedule I version 0.3.4f4 (standard version)
- Compatible with other MelonLoader mods
- Should be compatible with future game updates (unless the Chemistry Station system changes significantly)
Troubleshooting
If you encounter issues:
- Enable DebugMode in the configuration file
- Restart the game
- Check the MelonLoader console for detailed logs
- Report issues on the GitHub Issues page with the logs attached
Update History
Version 1.2.2
- Added support for the Main branch of Schedule I (IL2CPP version)
- Updated MelonLoader dependency to 0.7.0
Version 1.2.0
- Added support for accepting ingredients of any quality level
- Now filters by item type only, allowing any star-level of the required ingredient
Version 1.1.0
- Added support for stations on game load
- No longer need to manually configure stations after loading a save
Version 1.0.0
- Initial release
- Basic filtering functionality
Credits
- Thanks to the MelonLoader team for their modding framework
- Thanks to the Schedule I community
License
This project is licensed under the MIT License - see the LICENSE file for details.