Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last month
All versions
2.1.2-mc1.21.10
Release
2.1.2-mc1.21.1010 months ago 816
Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Fixed an issue that prevented Copper Pipes from properly interacting with blocks such as Chests.
- Added the
simple_copper_pipes:copper_pipe_checks_support_shapeblock tag, listing the blocks that have their support shape checked to determine if a Copper Pipe is "supported" or "blocked."- This tag contains all trapdoors, doors, leaves, glass blocks, and climbable blocks by default.
- Blocks that aren't in this tag will be checked with new default behavior. If the block has any collision, the Copper Pipe will be considered "supported" or "blocked" regardless of the block's actual collision shape.
- Significantly optimized the performance of Copper Pipes and Copper Fittings checking the mod's config.
- Removed the
simple_copper_pipes:waxedblock tag, as it was unecessary. - Renamed the
simple_copper_pipes:silent_pipesblock tag tosimple_copper_pipes:silent_copper_pipes.
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:9r4ZkgSN:bcM1dvVT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9r4ZkgSN:bcM1dvVT"
}




