1.9.1
Compatibility
Changes
About
Copper Equipment is made on Minecraft 1.21.1 for NeoForge & Fabric.
Copper Equipment v1.9.1 Changelog
- Fixed "Everything you need!" advancement triggering with any item, now works only with copper equipment.
- Fixed Copper Button and Copper Pressure Plate loot drops
- These blocks were incorrectly using gameplay loot tables and dropped nothing in survival, even with a pickaxe.
- Loot behavior is now correct so they drop as intended.
- Issue #17
- Updated repairing to support tags and ingots
- Repairing now uses proper tags and supports repairing with copper ingots, matching vanilla-style behavior.
- Issue #9
- Updated License
- The project’s LICENSE file now reflects the year 2026.
2.0.0 Update Delayed
Copper Equipment v2.0.0 was originally planned for NeoForge 1.21.1 & Fabric 1.21.1, but plans have changed with the release of the Copper Age update.
The new target for v2.0.0 is Minecraft 1.21.9+, so the update can better align with the expanded copper-related content introduced in the Copper Age drop and the need to remove duplicate content in the mod.
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:cDfJDREb:F4CmPURe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cDfJDREb:F4CmPURe"
}
