A NeoForge mod that adds batch processing to Mekanism machines. Instead of processing items one at a time, machines process multiple items per operation based on their tier.
A NeoForge mod that adds batch processing to Mekanism machines. Instead of processing items one at a time, machines process multiple items per operation based on their tier.
| Machine Type | Items per Operation |
|---|---|
| Basic Factory | 8 |
| Advanced Factory | 16 |
| Elite Factory | 32 |
| Ultimate Factory | 64 (full stack!) |
| Regular Machines | 4 |
mods folderConfiguration file is located at:
config/mekanismstackprocessor-common.toml
You can adjust:
enableOptimization - Enable/disable the modbasicTierMultiplier - Items per operation for Basic FactoryadvancedTierMultiplier - Items per operation for Advanced FactoryeliteTierMultiplier - Items per operation for Elite FactoryultimateTierMultiplier - Items per operation for Ultimate FactorybaseMachineMultiplier - Items per operation for regular machinesThis project is licensed under the MIT License - see the LICENSE file for details.
Conversation