promotional bannermobile promotional banner

Cell⁴

One cell. Infinite resources. Any filter you need.
Back to Files

Cell4-26.1.2neo-1.0.3.jar

File nameCell4-26.1.2neo-1.0.3.jar
Uploader
HuaikerHuaiker
Uploaded
May 16, 2026
Downloads
45
Size
141.0 KB
Mod Loaders
NeoForge
File ID
8099449
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:cell4-1529814:8099449"

Learn more about Curse Maven

What's new

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