Tags
Creators
Details
All versions
1.0.6-mc1.21.11
Release
1.0.6 (1.21.11)8 months ago 6,620
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Changed the damage thresholds at which Copper Equipment oxidizes, in order to make the Copper tier have more gameplay impact.
- Keep in mind each oxidization stage moves the equipment's stats toward Iron, with the last having Iron's stats.
- Exposed: 45% -> 20%
- Weathered: 65% -> 45%
- Oxidized: 85% -> 65%
- Added improved textures for all oxidizing items and armor in the internal
Copperier Copperresource pack. - Added improved Copper Horse Armor item, Copper Nautilus Armor item, and Copper Nautilus Armor textures in the internal
Copperier Copperresource pack. - The internal
Green Copper Bulbsresource pack now makes the eyes of Copper Golems green. - Added a Polish translation!
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:xzrWQ21Z:WFbswUaF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xzrWQ21Z:WFbswUaF"
}

