Creators
Details
Licensed MIT
Published 3 months ago
Updated last week
All versions
0.5.0-beta+26.1.2
Beta
Minecarts Overhaul 0.5.0-beta+26.1.2last week 42
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Copper patina now comes from Additional Additions.
- Removed our own Patina item, its axe-scrape drop and the matching loot table. Additional Additions already adds a copper patina, and its version does everything ours did plus placing as a redstone-conducting block with recipes into cyan dye and a patina block. Running both dropped two competing patinas from the same scrape.
- Copper rails come out ahead: our drop was capped to full cubes at a 30% chance, so it never triggered on rails. The Additional Additions drop has no such restriction.
- Existing minecarts-overhaul:patina stacks will disappear when a world loads, since the item no longer exists.
- Adds the CI this repo was missing: a build check on pull requests and automatic Modrinth publishing from releases.
Built for Minecraft 26.1.2 with Fabric.
Optional dependencies
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:aqnMGg9O:V1fvdzOa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aqnMGg9O:V1fvdzOa"
}


