
Copper Made In A Night
ArchivedA short and sweet mod about Minecrafts most useless item in the game... Copper! This mod adds a new copper block and a new redstone item as well as new tools and a item that can strike lightning down for 1 use.
1.0.1
Compatibility
Changes
CHANGES 🚨
- Removed Copper Dagger
- Added 9 advancements
- Changed Wire texture
- Added Compressed Copper Pickaxe
- Added Copper Nuggets
- Added a Copper Coated Carrot
- Added everything to the recipe book
- Added a new flower called Marigold
- Added custom particle when the Copper Core is used
BUG FIXES 👾
- Added a recipe to the Quartz Pickaxe
- Put the Copper Rod into the creative tab
- Made it so the Slingshot doesn't explode if it collides with a player.
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:m5hn0R0V:wnBZ2R1z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m5hn0R0V:wnBZ2R1z"
}
