Cell⁴

One cell. Infinite resources. Any filter you need.

File Details

Cell4-26.1.2neo-1.0.3.jar

  • R
  • May 16, 2026
  • 141.03 KB
  • 9
  • 26.1.2
  • NeoForge

File Name

Cell4-26.1.2neo-1.0.3.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:cell4-1529814:8099449"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Cell⁴ 1.0.3 Changelog

26.1.2 Supported

Code Refactoring

  • Extracted common methods from three Cell classes (InfinityItemCell, InfinityTagCell, InfinityModIdCell) into the IInfinityCell interface with default implementations
  • Created Cell4Util utility class to unify NBT/Data Component list read/write, belongsToMod, and other shared logic
  • All three Cell classes now implement the IInfinityCell interface, removing duplicate code

Bug Fixes

  • Fixed game freeze when Shift+right-clicking non-cell items: quickMoveStack did not return ItemStack.EMPTY for non-cell items, causing the Minecraft container system to call the method in an infinite loop