Smarter Copper Golems extends normal Copper Golem behavior. Golems can now organize storage chests for you.
-
Put a copper chest near normal chests. The normal vanilla search range is about 32 blocks horizontally and 8 vertically.
-
Sneak-right-click a normal chest with the configured chest-control item (copper ingot by default) to enable sorting for that chest.
-
A sorted chest's first column acts as labels:
- Put the item type for each row in the first slot.
- The eight slots to the right are that item's storage lane.
-
Sneak-right-click a Copper Golem with the configured golem-control item (copper ingot by default) to cycle its mode:
VANILLA: unchanged Minecraft behavior.STACK: merges identical stacks after delivery.SORT: prefers matching sorted lanes, slowly fixes existing misplaced matching items, and falls back to unsorted chests when no matching lane has room.
The default control item is a copper ingot and costs nothing. Each interaction can use a different item and optionally consume an amount:
interactions:
golem-mode:
item: COPPER_INGOT
amount: 0
chest-sorting:
item: COPPER_INGOT
amount: 0Set amount above zero to consume that many items from the player's main hand on a successful interaction.
All player-facing messages and the sorted chest title are configurable with MiniMessage support.
There are no permissions or commands.
