
IG: Item Clumps
Item Clumps completely redesigns how dropped item entities behave in the world, combining them into lightweight, virtual mega-stacks to maximize both server performance and client-side frame rates.
Оцените первым
540
5
Список изменений
[1.0.12+R-26.2]
Summary
The production Release version enabling multi-version compatibility.
- Multi-Version Compatibility: Widened dependencies and verified codebase APIs to support both Minecraft 26.1.2 and 26.2 (compiled against 26.2-pre-3).
- Core Optimizations Stabilized: Production-grade verification of
copyWithCountAPI optimization,tryToMergefast-path optimizations, and optionalcloth-config/modmenuGUI configurations.
[1.0.11+A-26.2]
Summary
The "tryToMerge Fast-Path Checks" update.
- tryToMerge Optimization: Reordered checks in
tryToMergeinsideItemEntityMixin.javato perform cheap item/target compatibility comparisons first. Mismatching items now exit instantly before doing expensive Map-based GameRule lookups or reflection calls.
[1.0.10+A-26.2]
Summary
The "copyWithCount API Optimization" update.
- copyWithCount Optimization: Replaced two-step
.copy()and.setCount()calls insideItemEntityMixin(merging/pickups) andHopperBlockEntityMixin(hopper extraction) with a single call to the nativecopyWithCount(int)API. This reduces total object allocation overhead in JVM heap memory.
[1.0.9+A-26.2]
Summary
The "Magnet Mod Compatibility" update.
- Magnet Compatibility: Added dynamic reflection-based check for the
magnetmod during item merges (tryToMerge). Prevents items from clumping while in-flight under magnet attraction, ensuring smooth physics paths and preventing visual warping or loss of velocity.
[1.0.8+A-26.2]
Summary
The "Search Radius Optimization" update.
- ModifyArgs Redirect Optimization: Replaced the
@ModifyArgsinjection targetingAABB.inflate()inItemEntityMixinwith a@Redirectcall. This prevents array/object allocations at runtime, improving garbage collection behavior during item clumping checks.
[1.0.7+A-26.2]
Summary
The "Pickup Loop Optimization" update.
- smartPickup Optimization: Refactored
smartPickupinItemEntityMixinto use Minecraft's native single-batch inventory addition. This eliminates chunk-by-chunk iteration, list splitting, and multiple object allocations when picking up mega-clumps.
Файлы
item-clumps-1.0.12+R-26.2.jar(419.98 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.0.12+R-26.2
Загрузчики
Fabric
Версии игры
26.1.2
Загрузок
45
Дата публикации
05.06.2026
