Tired of waiting 30 seconds every time your chemist gets to work? Better NPC Mixing drastically reduces the delay between ingredient insertions during the mixing process at the NPC Mixing Station.
This mod replaces the default mix coroutine used by NPC chemists with a much faster one — dropping the per-unit mix time from 1.0s to 0.1s.
🧬 Features
⏱ Speeds up NPC chemist mixing at the Mixing Station
⚙️ Overrides the delay logic via Harmony patch
🔁 Compatible with BOTH Mono and Il2Cpp game versions
🤝 Designed to work seamlessly with my Custom Stack Size Mod — scaled stack sizes still result in smooth, accelerated NPC behavior
🛠 Technical Details
Patches the StartMixingStationBehaviour
coroutine method using Harmony
Overrides internal delays like:
yield return new WaitForSeconds(1f); → 0.1f
Works without modifying game files — runtime patch only
✅ Compatibility
Compatible with my Custom Stack Sizes Mod
Works in both single-player and multiplayer sessions
Should not affect other NPC behaviors or animation states
📂 Installation
Place BetterNPCMixingMod.dll
into your Mods/ directory.
Launch the game with MelonLoader installed.
Watch your lab turn into a speedrun.
9ate7six