- 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 tosimple_copper_pipes:silent_copper_pipes
.
- Ported to 1.21.9.
- Significantly cleaned up and improved the performance of the mod's code overall.
- Copper Pipes and Copper Fittings now use separate block classes for their waxed and unwaxed variants, like vanilla Copper blocks.
- The method in which Copper Pipes detect whether can can dispense items has been updated.
- An item can be dispensed as long as a block's shape is completely supporting the pipe's back side and is not blocking the exit of the pipe at all.
- This makes blocks such as Trapdoors now viable to use alongside Copper Pipes!
- The Hoe can no longer rotate Copper Pipes.
- This functionality can instead be accessed with the Wrench item from the mod The Copperier Age!