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.

File Details

Mekanism Stack Processor v1.2.1

  • R
  • Feb 10, 2026
  • 38.27 KB
  • 947
  • 1.21.1
  • NeoForge

File Name

mekanismstackprocessor-1.2.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:mekanism-stack-processor-1447255:7605438"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.2.1] - 2025-02-10

Fixed

  • Fixed crash on startup with 300+ mods caused by premature BlockEntity class loading
    • Replaced Class.forName() with ClassLoader.getResource() in MoreMachineMixinPlugin to avoid cascading class hierarchy resolution
    • Resolves incompatibility with Collective, Data Anchor, EntityCulling, Sodium, and other mods that add BlockEntity mixins
  • Added mixin config priority (1500) to both mixin JSON configs for additional safety