Tags
Creators
Details
Licensed ARR
Published last month
Updated 2 months ago
All versions
1.0
Release
Oxidized - Softi's Copper 1.02 months ago 52
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
List of modifications coming out of beta
- The loded fluxer has been given a fix for it breaking block-state through multiple redstone interactions
- The copper chimes are now fully complete and electrify/transmutate/charge specific entities (not villagers though, i'm not evil) when they're in radius
- The copper bugle has gained another enchantment and has an interaction when played in water now.
- The copper receiver has had it's filter slots labeled (lol)
- The copper distributor recipe has been adjusted to clarify redstone-usage
- The copper pot has been given modified logic which can be customized inside the server.propeties configuration file that handles the heating process of items. They've also been given visual changes for the effects, and a lot of help with the block's optimization.
- Multiple tooltips for items have been adjusted to clarify their usage.
- Compatability with "Alex's Caves" and "Just Enough Items" has been fine-tuned
- An easter egg was added due to an in-joke, no i will not be explaining it.
- Added a few advancements
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:aJHY6CDv:A3hbNKLd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aJHY6CDv:A3hbNKLd"
}

