Skip to content

Namespaced GameRules Reference (MC 26.1.2)

This document provides a complete reference for all namespaced GameRules registered by Item Clumps on Minecraft 26.1.2.


📊 GameRules Category Infobox

PropertyValue
Category Identifieritem_clumps:item_clumps
Localized Title"Item Clumps" (gamerule.category.item_clumps.item_clumps)
Registry MethodDynamicGameRuleManager.registerCategory(...) (DasikLibrary API)
Runtime PersistenceSaved per world in level.dat (GameRules CompoundTag)

📋 Complete GameRules Reference Table

GameRule IdentifierTypeDefaultValid BoundsDescription & Gameplay Effect
item_clumps:enable_clumpingBooleantruetrue / falseMaster toggle. When true, ground items merge beyond normal stack limits.
item_clumps:max_clump_sizeInteger999964 to 2147483647Maximum total item count in a single entity.
item_clumps:render_labelsBooleantruetrue / falseWhen true, displays a floating count label (e.g. Stone x500) above mega-stacks.
item_clumps:merge_radiusInteger11 to 10Horizontal search block radius for finding identical items to merge.

💻 In-Game Chat Administration Examples

1. Adjusting Search Merge Radius

text
/gamerule item_clumps:merge_radius 3

2. Setting Clump Capacity

text
/gamerule item_clumps:max_clump_size 50000

3. Toggling Floating Count Labels

text
/gamerule item_clumps:render_labels false

Official documentation & web portal for Dasik Igaijinn mods.