Cell⁴

One cell. Infinite resources. Any filter you need.

File Details

Cell4-1.20.1forge-1.0.3.jar

  • R
  • May 16, 2026
  • 139.88 KB
  • 12
  • 1.20.1
  • Forge

File Name

Cell4-1.20.1forge-1.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Cell⁴ 1.0.3 Changelog

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