CurseForge · Minecraft mod
Better Copper Golem
Make Copper Golems much smarter sorters with chest content memory. Add support for barrels, shulkers and most modded storage. Fine tune potion sorting and every Copper Golem attribute.
Quick answer
Which Better Copper Golem release matches 1.21.10 Quilt?
Better Copper Golem BetterCopperGolem 2.3.0 - FABRIC 1.21.10 targets 1.21.10 with Fabric, Quilt. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.
Where it goes
Is Better Copper Golem required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does Better Copper Golem BetterCopperGolem 2.3.0 - FABRIC 1.21.10 need?
BetterCopperGolem 2.3.0 - FABRIC 1.21.10 on 1.21.10 Quilt. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Better Copper Golem without breaking your instance.
Built for Better Copper Golem BetterCopperGolem 2.3.0 - FABRIC 1.21.10 on 1.21.10 Quilt. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use BetterCopperGolem 2.3.0 - FABRIC 1.21.10. It targets 1.21.10 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside BetterCopperGolem 2.3.0 - FABRIC 1.21.10. It opens that exact file at the source.
About this project
What does Better Copper Golem add?
Better Copper Golem
Make Copper Golems much smarter sorters with chest content memory. Add support for barrels, shulkers and most modded storage. Fine tune potion sorting and every Copper Golem attribute.
Sorts into more than chests: barrels, shulker boxes, and modded storage like Iron Chests, Storage Drawers, Sophisticated Backpacks/Storage, and Refined Storage. Each category can be toggled on or off.
Smart potion and tipped arrows sorting: pick exactly how golems distinguish potion variants (normal / splash / lingering) and tipped arrows, with 30 selectable operation modes.
Chest content memory: golems remember what's inside the containers they've visited, so they sort faster and stop wasting time rechecking the wrong ones again and again.
Change every stat: movement speed, carry size, search range (horizontal & vertical), max health, interaction speed, and how many containers a golem tracks at once.
Configure in-game using commands or in the config file: most settings can be changed live via commands.
Mark any container as a valid destination with a datapack tag ("bettercoppergolem", "valid_destinations")
Config
You can change mod setting by COMMANDS or in CONFIG FILE.
Usually (%appdata% -> .minecraft -> config -> bettercoppergolemconfig.properties)
Operation_mode:
1 = Golem see diference in base potion type (basic potion of strenght is not same as basic potion of regeneration. But basic potion of strenght is same as potion of strenght II)
2 = Golem see diference in base splash potion type (basic splash potion of strenght is not same as basic splash potion of regeneration. But basic splash potion of strenght is same as splash potion of strenght II)
3 = Golem see diference in base lingering potion type (basic lingering potion of strenght is not same as basic lingering potion of regeneration. But basic lingering potion of strenght is same as lingering potion of strenght II)
4 = Golem see diference in base tipped arrow type (basic tipped arrow of strenght is not same as basic tipped arrow of regeneration. But basic tipped arrow of strenght is same as tipped arrow of strenght II)
5 = Golem see diference in potion type and level(basic potion of strenght is not same as basic potion of regeneration AND basic potion of strenght is not same as potion of strenght II)
6 = Golem see diference in splash potion type and level(basic splash potion of strenght is not same as basic splash potion of regeneration AND basic splash potion of strenght is not same as splash potion of strenght II)
7 = Golem see diference in lingering potion type and level(basic lingering potion of strenght is not same as basic lingering potion of regeneration AND basic lingering potion of strenght is not same as lingering potion of strenght II)
8 = Golem see diference in tipped arrow type and level(basic tipped arrow of strenght is not same as basic tipped arrow of regeneration AND But basic tipped arrow of strenght is not same as tipped arrow of strenght II)
9 = 1 and 2
10 = 1 and 3
11 = 1 and 4
12 = 2 and 3
13 = 2 and 4
14 = 3 and 4
15 = 1 and 2 and 3
16 = 2 and 3 and 4
17 = 1 and 3 and 4
18 = 1 and 2 and 4
19 = 1 and 2 and 3 and 4
20 = 5 and 6
21 = 5 and 7
22 = 5 and 8
23 = 6 and 7
24 = 6 and 8
25 = 7 and 8
26 = 5 and 6 and 7
27 = 6 and 7 and 8
28 = 5 and 7 and 8
29 = 5 and 6 and 8
30 = 5 and 6 and 7 and 8
OPERATION_MODE=19 #Avaible operation mods and their explanation at https://modrinth.com/mod/better-copper-golem | default: 19MOVEMENT_SPEED=1 #Copper Golem speed modifier [min:1, max:4] | default: 1CARRY_SIZE=16 #Copper Golem carry size [min:8, max:64] | default: 16 | default: 16VERTICAL_RANGE=16 #Copper Golem vertical range search modifier [min:2, max:200] | default: 16HORIZONTAL_RANGE=64 #Copper Golem horizontal range search modifier [min:4, max:1000] | default: 64MAX_HEALTH=12 #Copper Golem health [min:6, max:64] | default: 12 | default: 12INTERACTION_SPEED=60 #Copper Golem interaction speed modifier [min:1, max:300] ticks (20 ticks = 1s) | default: 60MAX_CHESTS10 #How many chests Copper Golem checks [min:1, max:1000] | default: 10 | default: 10POTION_TYPES=1 #1: dont ignore potion types, 0: ignore potion types, -1: ignore potion types but sort tipped arrows separately (ignoring potion types means that for example lingering potion of regen will be sorted with splash poting of regen)

I have an issue / bug / crash / report / request, where can I contact you about it ?
Use my Discord server, you can join on this link: https://discord.gg/y366spsSjv
Can I put this mod into my modpack ?
Yes you can but you can't repost the mod on an another website.
Does this mod support servers ?
Yes it does.
Can players use this mod to grief on servers ?
Absolutely not. This mod is required on server itself to work.
Project description from CurseForge.
Pick your setup
Better Copper Golem by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
4 loader builds26.1.1
4 loader builds26.1
4 loader builds1.21.11
4 loader builds1.21.10
4 loader builds1.21.9
4 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Better Copper Golem versions and loaders
BetterCopperGolem 2.3.0 - FABRIC 1.21.10
bettercoppergolem-FABRIC-2.3.0-1.21.10.jar
1 Aug 2026
BetterCopperGolem 2.2.0 - FABRIC 1.21.10
bettercoppergolem-FABRIC-2.2.0-1.21.10.jar
25 Jul 2026
Looking for an older file? The official CurseForge project page is in Resources.