- Fixed an issue that caused Copper Pipes and Copper Fittings to drop all their items upon being waxed.
- Copper Fittings are now 10x10x10 blocks instead of 11x11x11 blocks.
- 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.
- Fixed compatibility with The Copperier Age.
- Simple Copper Pipes' sounds now have subtitles.
- 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!
- Updated to use FrozenLib 2.0.
- Fixed an issue with Copper Pipes being unable to continue moving items through a pipeline occasionally.
- Moved all Pipe and Fitting models to datagen.
- Removed the unused
has_itemblockstate property from Copper Pipes and Copper Fittings. - Updated embedded FrozenLib.
- Fixed an issue with Copper Pipes being unable to continue moving items through a pipeline occasionally.
- Updated embedded FrozenLib.


