Fix network crash with JEI (_ClassCastException: Pipes FacadeCraftingRecipe cannot be cast to Minecraft stonecutting recipe (net.minecraft.class_3975)_).
* Added support for rotating pipes and facades by block rotation methods.
* Enabled code that converts all pipe blocks into multiparts for improved compatibility and maintainability.
* Fixed issues with multipart pipes not updating their shapes.
* Fixed some instances of facade z-fighting.
* Improved part placement ghosts.
* Added EMI compatibility. (Prevents facades from cluttering up the EMI side panel.)
* Updated LMP for improved in-world tooltip support.
* Fixed bug where pipe definitions' drop stacks would get corrupted, leading to pipes no longer dropping items in
survival.
* Fixed block triggers and pumps pointing in the wrong direction when placed vertically.
* Added support for rotating pipes and facades by block rotation methods.
* Enabled code that converts all pipe blocks into multiparts for improved compatibility and maintainability.
* Fixed issues with multipart pipes not updating their shapes.
* Fixed some instances of facade z-fighting.
* Improved part placement ghosts.
* Added EMI compatibility. (Prevents facades from cluttering up the EMI side panel.)
* Updated LMP for improved in-world tooltip support.
* Fixed bug where pipe definitions' drop stacks would get corrupted, leading to pipes no longer dropping items in
survival.
* Fixed block triggers and pumps pointing in the wrong direction when placed vertically.
* Updated to Minecraft 1.19.
* This release should work with Minecraft 1.19, 1.19.1, and 1.19.2. This release does *not* work with Minecraft 1.19.3+.
* Update to use new screen-handler APIs.