Mekanism Advanced Configuration Card

Add a configuration card that copies upgrades/levels.

File Details

mekanism_advanced_configuration_card-1.12.2-1.0.3.jar

  • R
  • May 4, 2026
  • 121.78 KB
  • 11
  • 1.12.2
  • Forge

File Name

mekanism_advanced_configuration_card-1.12.2-1.0.3.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mekanism-advanced-configuration-card-1531418:8036360")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

 

v1.0.3

  • Added: Config option for card slot bag stack limit (Card Slot Bag Stack Limit), default 8, set to -1 for unlimited (int max).
  • Added: Support for AE2, now upgrades can be extracted from AE2 network.
  • Added: Support for Inventory Tweaks, now items can be sorted within the card slot bag.
  • Added: Card slot bag panel in Mekanism upgrade installation GUI, allowing extraction of upgrades up to the maximum supported installation count.
  • Added: Config option for upgrade consumption/return priority, replacing the previous card slot bag priority config.
  • Fixed: Incompatibility with Baubles, migrated integration to Baubles, slot type changed to any.
  • Fixed: Client-side desync after clicking items in the right-click opened card slot bag GUI.
  • Optimized: Unified all card slot bag stack operations to use handler.insertItem() and config value.
  • Optimized: Cleaned up unused methods, imports, and dead code.