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
Cell⁴ 1.0.3 Changelog
Code Refactoring
- Extracted common methods from three Cell classes (InfinityItemCell, InfinityTagCell, InfinityModIdCell) into the
IInfinityCellinterface with default implementations - Created
Cell4Utilutility class to unify NBT/Data Component list read/write,belongsToMod, and other shared logic - All three Cell classes now implement the
IInfinityCellinterface, removing duplicate code
Bug Fixes
- Fixed game freeze when Shift+right-clicking non-cell items:
quickMoveStackdid not returnItemStack.EMPTYfor non-cell items, causing the Minecraft container system to call the method in an infinite loop