promotional bannermobile promotional banner

C.E.L.L.S

An AE2-UEL addon providing additional storage cells with extended capacity and special features. This mod is primarily focused on performance.

File Details

C.E.L.L.S 0.5.8

  • R
  • Mar 16, 2026
  • 1.04 MB
  • 9.0K
  • 1.12.2
  • Forge

File Name

cells-0.5.8.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cells-1470965:7768212")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Optimize oredict matching for the Ore Dictionary Card, from O(n*m) to O(m) where n is the number of ore dict entries in the cell and m is the number of ore dict entries for the input item. This should mainly affect cases with a big compacting chain (e.g., using Compression/Decompression Cards). m is usually small (most items have 0-2 ore dict entries), so this should be a significant improvement in those cases, while not causing much overhead in the general case.
  • Add whitelist and blacklist files for the Oredict matching of the Ore Dictionary Card, to allow modpacks to control which ore dictionary entries are valid for the card.
  • Extend the list of default Thaumcraft and Mekanism components for the Configurable Cell.

Fixed

  • Fix the Ore Dictionary Card being too lenient in its matching, allowing every oredict <-> oredict match without restriction, which could be exploited in some cases (e.g., any dye -> lapis or any log -> any other log). The card now matches only via whitelist/blacklist in the config file (defaults to bundled if not present). This matches what the Storage Drawers's Conversion Upgrade does, and should be less exploitable. The whitelist/blacklist can be configured by modpacks to allow/deny specific entries if needed.

Changed

  • Move the default configurable_components.cfg file to config/cells. The config/ path is still valid, but the new location takes precedence if both exist.