-
Notifications
You must be signed in to change notification settings - Fork 0
Item Clumps Integration
Stack Size Adjuster works in direct synergy with Item Clumps (item_clumps >=1.0.18+26.2). While Stack Size Adjuster controls item stack limits in inventories and container drop caps, Item Clumps handles nearby ground entity merging.
[ Container Break Event ]
|
v
[ Stack Size Adjuster: InventoryDropHelper ]
Splits stack into capped entity count (e.g. max 8 entities per slot)
|
v
[ Entities Spawned on Ground ]
|
v
[ Item Clumps Mod: Ground Entity Merging ]
Scans 3.5 block radius and merges item entities into a single entity pile
|
v
[ Single High-Count Item Entity ] (Zero Lag!)
| Responsibility Layer | Handled By | Benefit |
|---|---|---|
| Inventory Stack Limits | Stack Size Adjuster | Custom 64/16/1 limits dynamically enforced in chests & players |
| Container Break Entity Spawning | Stack Size Adjuster | Prevents spawning thousands of entities during container breaks |
| Ground Entity Radius Merging | Item Clumps | Merges dropped entities into single stacks up to integer limits |
| Item Pick-Up Mechanics | Minecraft Core & Mixins | Picks up merged entity stacks directly into expanded slots |
When running with Item Clumps, set max_drop_entities to 8 (or 1 for ultra-high performance):
/gamerule stack-size-adjuster:max_drop_entities 8
This ensures container drops radiate visually with 8 initial entities, which Item Clumps immediately consolidates into a single entity pile.
๐ Repository Source Disclaimer: The documentation in this Wiki reflects the current source code state in the repository, which may include recent unreleased commits or developmental features ahead of public release builds on CurseForge and Modrinth.
Copyright ยฉ 2026 Dasik (Rifaditya). Licensed under the GNU General Public License v3.0 (GPLv3).
๐ Home
- Dynamic GameRules
- Category Stack Limits
- Container Drop Optim.
- Large Chest Overflow
- ModMenu & YACL Config
- Item Count Rendering
- Item Clumps Synergies
- Troubleshooting & FAQ
- Developer Setup
- Architecture Layout
- Mixin Reference
- Addon Override API
- Network Sync Protocol
- Give Command Handling
- Behavior Profiles
- Consumer Mods Guide
- Performance Impact
- Advancements Matrix
- Author: Dasik (Rifaditya)
- License: GPL-3.0-or-later