HomeJavaModsCopper Golem Patch
Copper Golem Patch
ModsJava

Copper Golem Patch

by craftekture · on Modrinth

Copper Golem Patch gives every golem a persistent memory of which chest holds what, lets them gossip with nearby golems to share that knowledge, and makes…

⬇ Download on Modrinth
Copper Golem Patch — screenshot 1

Copper Golem Patch

Keeps vanilla Copper Golem behavior intact — it just makes them actually good at their job.

Vanilla Copper Golems forget everything the moment they look away. Every trip is trial and error: open a chest, check if the item fits, walk to the next one, repeat — sometimes for the same wrong chest, over and over. Copper Golem Patch fixes that without changing how golems are supposed to behave.

What it does

Visual of a copper golem opening consecutive chests and gathering more knowledge each time he opens a new chest. Knowledge is represented as a brain icon growing up in a bubble above his head.

Visual of two copper golem transmitting a signal to each other represented by circular waves around each golem.

How it works

  1. While vanilla AI evaluates candidate chests for a golem, the plugin observes their contents and remembers them.
  2. On its next pass, the golem skips chests it already knows won't work — no detour, no 3-second examine animation wasted.
  3. Golems passing near each other exchange what they've learned, so a golem doesn't need to have personally visited a chest to know about it.
  4. An item that truly has nowhere to go gets returned to a copper chest and marked "unsortable for now" — shared with nearby golems too — until a spot frees up.

Performance

Benchmarked on a real Paper 26.1.2 server with /tick query, plugin enabled vs. disabled, at 5/10/50 and 100 simultaneous golems. After an internal caching pass, server impact at 100 golems sits within a few milliseconds of the plugin-disabled baseline — this plugin is built to run alongside everything else on your server, not compete with it.

Configuration

Every setting in config.yml ships with a plain-language explanation — no Minecraft-plugin-dev jargon required. Tweak the gossip radius, memory size, or give-up timing, or just leave the defaults; they work well out of the box.

Commands

Command Description
/cgp info Shows what the nearest golem currently remembers
/cgp reload Reloads the config without restarting the server
/cgp toggle Quickly enables/disables the plugin

Permission: coppergolempatch.admin (default: op)

Compatibility

Source code

Open source — link in the sidebar. Issues and pull requests welcome.

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more