Mekanism Stack Processor
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.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Mekanism Stack Processor
Mekanism Stack Processor
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.
Features
- Optional MoreMachine integration - Higher tier factories process more items at once - Optional MoreMachine integration - Adjust items per operation for each tier - Optional MoreMachine integration - Crushing, Enriching, Smelting, Combining, Sawing, Injecting, Infusing, Purifying - Optional MoreMachine integration - Non-factory machines also get batch processing - Optional MoreMachine integration - Full support for Mekanism:MoreMachine mod
Supported Machines
Mekanism (Required)
| Factory Type | Config Section | |--------------|----------------| | Crushing, Enriching, Smelting | `factory_tiers` | | Combining Factory | `factory_tiers` | | Sawing Factory | `factory_tiers` | | Injecting, Infusing, Purifying | `chemical_factory_tiers` | | Regular Machines | `regular_machines` |
Mekanism:MoreMachine (Optional)
If Mekanism:MoreMachine is installed, the following factories are also supported:
mekmm module (uses `factory_tiers`): - Lathe, Rolling Mill, Recycling, Stamping, Planting, Replicating factories
mekaf module (uses `chemical_factory_tiers`): - Liquefying, Dissolving, Oxidizing, Crystallizing, Washing - Centrifuging, Chemical Infusing, Pressurized Reacting - Solar Neutron Activating factories
Default Configuration
Item Factories (`factory_tiers`)
| Tier | Items per Operation | |------|---------------------| | Basic | 8 | | Advanced | 16 | | Elite | 32 | | Ultimate | 64 |
Chemical Factories (`chemical_factory_tiers`)
| Tier | Operations Multiplier | |------|----------------------| | Basic | 1 | | Advanced | 4 | | Elite | 8 | | Ultimate | 16 |
Regular Machines
| Type | Items per Operation | |------|---------------------| | Non-factory machines | 4 |
Requirements
- Minecraft 1.21.1 - NeoForge 21.1.0+ - Mekanism 10.7.17+ - Mekanism:MoreMachine (optional)
Installation
1. Download the latest release from Releases 2. Place the JAR file in your `mods` folder 3. Make sure Mekanism is installed 4. (Optional) Install Mekanism:MoreMachine for extended support 5. Launch the game!
Configuration
Configuration file is located at: ``` config/mekanismstackprocessor-common.toml ```
General
- `enableOptimization` - Enable/disable the mod
Factory Tiers (item processing)
- `basicTierMultiplier` - Items per operation for Basic Factory - `advancedTierMultiplier` - Items per operation for Advanced Factory - `eliteTierMultiplier` - Items per operation for Elite Factory - `ultimateTierMultiplier` - Items per operation for Ultimate Factory
Chemical Factory Tiers (gas/fluid processing)
- `chemBasicTierMultiplier` - Multiplier for Basic Chemical Factory - `chemAdvancedTierMultiplier` - Multiplier for Advanced Chemical Factory - `chemEliteTierMultiplier` - Multiplier for Elite Chemical Factory - `chemUltimateTierMultiplier` - Multiplier for Ultimate Chemical Factory
Regular Machines
- `baseMachineMultiplier` - Items per operation for regular machines
License
This project is licensed under the MIT License - see the LICENSE file for details.
Credits
- MoreMachine Team BazZziliuS - MoreMachine Team for the amazing tech mod - MoreMachine Team for the modding platform - MoreMachine Team for the extended machines