The Copper Age arrived as Java 1.21.9 and Bedrock 1.21.111 on 30 September 2025, and it finally gave copper a reason to exist beyond decoration. The headline additions are copper tools, weapons and armour, the copper golem, copper chests, and shelves.
If you run a server, the interesting part is not the item list. It is that the copper golem sorts items automatically, which changes what players build and therefore what your server has to simulate.
What the update actually adds
- Copper tools, weapons and armour. A tier that sits between stone and iron in practice, with copper's abundance as the point.
- The copper golem. Voted down in the 2021 mob vote and added here. With empty hands it moves items from one chest to another, sorting as it goes.
- Copper chests. The storage the golem works with.
- Shelves. A new way to display and store, which players use decoratively far more than functionally.
Why the copper golem matters to a server owner
Automatic item sorting is an entity doing work on a timer. One golem is nothing. A base with a wall of them is a different proposition, and players who discover a sorting mechanic tend not to build one of it.
This is the same pattern as hoppers: individually trivial, collectively the reason a server's tick budget disappears. If your server slows down after players adopt golems, that is not a coincidence and it is not a hardware fault. The diagnostic order is in our Minecraft performance guide, and the short version is that entity count is the thing to count first.
Updating a server to 1.21.9
The version number is the easy part. What breaks is everything around it.
- Plugins and mods lag behind. Paper, Spigot and Forge builds for a new version arrive on their own schedule. Updating the server before your plugins are ready is the most common way to spend an evening rolling back.
- Back up before you update, not after. Ours run automatically, and this is exactly the case they exist for.
- Java and Bedrock updated on the same day but are not the same version. 1.21.9 and 1.21.111 are the same drop; do not assume a guide written for one applies to the other.
- Test on a copy if the world matters. A world you would be upset to lose deserves a trial run.
Whether you should update at all, and when, is covered in what recent Minecraft updates mean for server owners.
What it does not change
Copper does not change your sizing. The update adds items and one new entity type, not a new dimension or a world generation overhaul, so a server that was comfortable before will be comfortable after. If you are trying to work out what your server needs in the first place, how much RAM a Minecraft server needs is the sizing answer, and it is unchanged by this release.
Our Minecraft server hosting runs both Java and Bedrock, with version switching and backups from the panel, so trying 1.21.9 on a copy of your world costs nothing.
Worth being honest about
Copper tools are not a reason to update a working server. If your group is mid-project on a stable version with plugins that work, the golem and the shelves will still be there in a month. Updating a server is a maintenance job with a real failure mode, and "there is a new version" is not on its own a reason to do it today.

by 


