2.0
Compatibility
Changes
Copper Trim Recipes Release 2.0
- changes the textures of all Smithing Templates Armor Trims to replace the diamond-colored part by a copper color to be more representative of the ingredients.
What is different from CTR Beta 1.2?
The way the retexturing has been made changed.
Before: adding (and rotating if necessary) the copper ingot texture on top of the diamond colored parts of the textures
Now: picking all the colors from the copper ingot texture and assign each of them to each diamond color shade.
As a result, the new textures are now respecting the original gradients of the diamond colored parts, therefore it is more coherent.
version: Release 2.0/ date: 5 10 2024/ author: Froelen
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:dVHklQv9:AzLeq5fZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dVHklQv9:AzLeq5fZ"
}

