Tags
Creators
Details
All versions
1.5-Fabric
Release
Hendrix's Better Copper Age 1.5-Fabric2 months ago 148
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
- Added gamerule copper_golem_sort_by_tags
- Enabled by default
- When true, Copper Golems will be able to place items in chests if there's at least another with one of the Item Tags of the currently held item. For example, if a chest contains a Spruce Log and the Copper Golem is transporting some Oak Logs, the Copper Golem will be able to place the Oak Logs in the Chest even if there are none, since Oak Logs have the same "logs" tag as the Spruce Log
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:zAyCKQeH:c3F3lSGW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zAyCKQeH:c3F3lSGW"
}

