Simple Copper Pipes

Adds pipes with multiple interesting uses!

File Details

2.1.2-mc1.21.9

  • R
  • Oct 9, 2025
  • 1.61 MB
  • 183
  • 1.21.9
  • Fabric + 1

File Name

SimpleCopperPipes-mc1.21.9-2.1.2.jar

Supported Versions

  • 1.21.9

Curse Maven Snippet

Fabric

modImplementation "curse.maven:simple-copper-pipes-571336:7087206"

Quilt

modImplementation "curse.maven:simple-copper-pipes-571336:7087206"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- Fixed an issue that prevented Copper Pipes from properly interacting with blocks such as Chests.
- Added the `simple_copper_pipes:copper_pipe_checks_support_shape` block 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:waxed` block tag, as it was unecessary.
- Renamed the `simple_copper_pipes:silent_pipes` block tag to `simple_copper_pipes:silent_copper_pipes`.